Traxis Label Printer
Print material, COTS, equipment, box, user, and tool labels and queue purchase orders from ProShop ERP pages.
As of June 2026, Traxis Label Printer has 2 users in the Productivity category.
Usersno change0%
2
2
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
1.6.1
Manifest V3
90-day change · In the last 90 days this extension 2 version updates, changed permissions.
History
4 snapshotsTracking since May 5, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| May 5, 2026 | — | — | — | 1.5.2 |
| May 22, 2026 | — | — | — | 1.5.2 |
| May 28, 2026 | 1 | — | — | 1.6.0 |
| Jun 4, 2026 | — | — | — | 1.6.1 |
| Now | 2 | — | — | 1.6.1 |
Changelog
- May 28, 2026description
# CWS Store Listing — v1.6.0 Paste the relevant sections into the Chrome Web Store Developer Dashboard → **Store listing** tab. --- ## Summary (short, 132 char limit) Print material, COTS, equipment, box, user, and tool labels and queue purchase orders from ProShop ERP pages. --- ## Description (long) Internal-use Chrome extension for employees of Traxis Manufacturing LLC. Published as **unlisted** on the Chrome Web Store and distributed to company-owned shop-floor PCs via enterprise registry policy (ExtensionInstallForcelist). Not intended for, marketed to, or usable by the general public. **What it does** Traxis Label Printer injects two kinds of buttons on pages within our company's private ProShop ERP instance (traxismfg.adionsystems.com): 1. **Print-label buttons** on work-order, COTS, equipment, user, and tool pages. The extension reads the relevant fields from the page DOM (and, for some types, queries the ProShop GraphQL API using the user's existing session cookie), renders a 24 mm label image in the browser tab via the Canvas API, and POSTs the PNG to a Brother PT-P700 label printer service on our private LAN. 2. **"Buy" button** (new in v1.6.0) on COTS, Tools, and Parts pages. The user is prompted for a quantity; the extension best-effort scrapes the unit cost, brand, and supplier from the page, then POSTs the request to an internal purchasing-queue Flask service on our private LAN. The service either auto-approves the request under preconfigured rules or surfaces it on an approval inbox for manual review by authorized staff. **Privacy and data handling** No data leaves the local network. The extension communicates with exactly three hosts, all declared in the manifest and all internal to the company: - `https://traxismfg.adionsystems.com/*` — the company's ProShop ERP instance - `http://10.1.1.242:5002/*` — the LAN-only Brother PT-P700 print service - `http://10.1.1.71:5003/*` — the LAN-only purchasing-queue service (new in v1.6.0) No analytics, telemetry, cookies, third-party services, or external endpoints. The extension does not store any data and reads page content solely from our private ERP. Full privacy policy: https://claude-wolfgang.github.io/traxis-privacy/ **What's new in v1.6.0** - "Buy" button on COTS, Tools, and Parts pages that queues purchase-order requests to the internal LAN purchasing service. - New host permission for `http://10.1.1.71:5003/*` (the internal purchasing service); declared in manifest and documented in the privacy policy. - Tightened manifest description length to satisfy Chrome's 132-character cap. **Support** This is a private internal tool. Questions from authorized Traxis staff: [email protected] --- ## Category Productivity (or Developer Tools — either is appropriate for an internal ERP-integration extension) --- ## Language English (United States)
# CWS Store Listing — v1.6.1 Paste the relevant sections into the Chrome Web Store Developer Dashboard → **Store listing** tab. **Change vs v1.6.0:** purchasing-queue host moved from `10.1.1.71:5003` to `10.1.1.161:5003` (production host migrated from `.71` to `srv-01` on 2026-05-22). No new permissions, no new features — patch release to keep the Buy button functional after the server cutover. --- ## Summary (short, 132 char limit) Print material, COTS, equipment, box, user, and tool labels and queue purchase orders from ProShop ERP pages. --- ## Description (long) Internal-use Chrome extension for employees of Traxis Manufacturing LLC. Published as **unlisted** on the Chrome Web Store and distributed to company-owned shop-floor PCs via enterprise registry policy (ExtensionInstallForcelist). Not intended for, marketed to, or usable by the general public. **What it does** Traxis Label Printer injects two kinds of buttons on pages within our company's private ProShop ERP instance (traxismfg.adionsystems.com): 1. **Print-label buttons** on work-order, COTS, equipment, user, and tool pages. The extension reads the relevant fields from the page DOM (and, for some types, queries the ProShop GraphQL API using the user's existing session cookie), renders a 24 mm label image in the browser tab via the Canvas API, and POSTs the PNG to a Brother PT-P700 label printer service on our private LAN. 2. **"Buy" button** on COTS, Tools, and Parts pages. The user is prompted for a quantity; the extension best-effort scrapes the unit cost, brand, and supplier from the page, then POSTs the request to an internal purchasing-queue Flask service on our private LAN. The service either auto-approves the request under preconfigured rules or surfaces it on an approval inbox for manual review by authorized staff. **Privacy and data handling** No data leaves the local network. The extension communicates with exactly three hosts, all declared in the manifest and all internal to the company: - `https://traxismfg.adionsystems.com/*` — the company's ProShop ERP instance - `http://10.1.1.242:5002/*` — the LAN-only Brother PT-P700 print service - `http://10.1.1.161:5003/*` — the LAN-only purchasing-queue service No analytics, telemetry, cookies, third-party services, or external endpoints. The extension does not store any data and reads page content solely from our private ERP. Full privacy policy: https://claude-wolfgang.github.io/traxis-privacy/ **What's new in v1.6.1** - Updated the purchasing-queue host address from `10.1.1.71:5003` to `10.1.1.161:5003` to follow our internal server cutover. No new functionality, no new permission categories, no broader host scope — the address change is a like-for-like replacement. **Support** This is a private internal tool. Questions from authorized Traxis staff: [email protected] --- ## Category Productivity (or Developer Tools — either is appropriate for an internal ERP-integration extension) --- ## Language English (United States)
- May 28, 2026host_permissions
https://traxismfg.adionsystems.com/*, http://10.1.1.242:5002/*, http://10.1.1.71:5003/*
https://traxismfg.adionsystems.com/*, http://10.1.1.242:5002/*, http://10.1.1.161:5003/*
- May 22, 2026description
Internal Traxis Manufacturing extension. Prints material, COTS, equipment, box, and user labels from ProShop ERP pages to Brother PT-P700 label printer
# CWS Store Listing — v1.6.0 Paste the relevant sections into the Chrome Web Store Developer Dashboard → **Store listing** tab. --- ## Summary (short, 132 char limit) Print material, COTS, equipment, box, user, and tool labels and queue purchase orders from ProShop ERP pages. --- ## Description (long) Internal-use Chrome extension for employees of Traxis Manufacturing LLC. Published as **unlisted** on the Chrome Web Store and distributed to company-owned shop-floor PCs via enterprise registry policy (ExtensionInstallForcelist). Not intended for, marketed to, or usable by the general public. **What it does** Traxis Label Printer injects two kinds of buttons on pages within our company's private ProShop ERP instance (traxismfg.adionsystems.com): 1. **Print-label buttons** on work-order, COTS, equipment, user, and tool pages. The extension reads the relevant fields from the page DOM (and, for some types, queries the ProShop GraphQL API using the user's existing session cookie), renders a 24 mm label image in the browser tab via the Canvas API, and POSTs the PNG to a Brother PT-P700 label printer service on our private LAN. 2. **"Buy" button** (new in v1.6.0) on COTS, Tools, and Parts pages. The user is prompted for a quantity; the extension best-effort scrapes the unit cost, brand, and supplier from the page, then POSTs the request to an internal purchasing-queue Flask service on our private LAN. The service either auto-approves the request under preconfigured rules or surfaces it on an approval inbox for manual review by authorized staff. **Privacy and data handling** No data leaves the local network. The extension communicates with exactly three hosts, all declared in the manifest and all internal to the company: - `https://traxismfg.adionsystems.com/*` — the company's ProShop ERP instance - `http://10.1.1.242:5002/*` — the LAN-only Brother PT-P700 print service - `http://10.1.1.71:5003/*` — the LAN-only purchasing-queue service (new in v1.6.0) No analytics, telemetry, cookies, third-party services, or external endpoints. The extension does not store any data and reads page content solely from our private ERP. Full privacy policy: https://claude-wolfgang.github.io/traxis-privacy/ **What's new in v1.6.0** - "Buy" button on COTS, Tools, and Parts pages that queues purchase-order requests to the internal LAN purchasing service. - New host permission for `http://10.1.1.71:5003/*` (the internal purchasing service); declared in manifest and documented in the privacy policy. - Tightened manifest description length to satisfy Chrome's 132-character cap. **Support** This is a private internal tool. Questions from authorized Traxis staff: [email protected] --- ## Category Productivity (or Developer Tools — either is appropriate for an internal ERP-integration extension) --- ## Language English (United States)
- May 22, 2026short_description
Print material, COTS, equipment, box, and user labels from ProShop pages via Brother PT-P700
Print material, COTS, equipment, box, user, and tool labels and queue purchase orders from ProShop ERP pages.
- May 22, 2026host_permissions
https://traxismfg.adionsystems.com/*, http://10.1.1.242:5002/*
https://traxismfg.adionsystems.com/*, http://10.1.1.242:5002/*, http://10.1.1.71:5003/*
Permissions & access
- Permissions
- None declared
- Host access
- https://traxismfg.adionsystems.com/*, http://10.1.1.242:5002/*, http://10.1.1.161:5003/*
Screenshots
About
# CWS Store Listing — v1.6.1 Paste the relevant sections into the Chrome Web Store Developer Dashboard → **Store listing** tab. **Change vs v1.6.0:** purchasing-queue host moved from `10.1.1.71:5003` to `10.1.1.161:5003` (production host migrated from `.71` to `srv-01` on 2026-05-22). No new permissions, no new features — patch release to keep the Buy button functional after the server cutover. --- ## Summary (short, 132 char limit) Print material, COTS, equipment, box, user, and tool labels and queue purchase orders from ProShop ERP pages. --- ## Description (long) Internal-use Chrome extension for employees of Traxis Manufacturing LLC. Published as **unlisted** on the Chrome Web Store and distributed to company-owned shop-floor PCs via enterprise registry policy (ExtensionInstallForcelist). Not intended for, marketed to, or usable by the general public. **What it does** Traxis Label Printer injects two kinds of buttons on pages within our company's private ProShop ERP instance (traxismfg.adionsystems.com): 1. **Print-label buttons** on work-order, COTS, equipment, user, and tool pages. The extension reads the relevant fields from the page DOM (and, for some types, queries the ProShop GraphQL API using the user's existing session cookie), renders a 24 mm label image in the browser tab via the Canvas API, and POSTs the PNG to a Brother PT-P700 label printer service on our private LAN. 2. **"Buy" button** on COTS, Tools, and Parts pages. The user is prompted for a quantity; the extension best-effort scrapes the unit cost, brand, and supplier from the page, then POSTs the request to an internal purchasing-queue Flask service on our private LAN. The service either auto-approves the request under preconfigured rules or surfaces it on an approval inbox for manual review by authorized staff. **Privacy and data handling** No data leaves the local network. The extension communicates with exactly three hosts, all declared in the manifest and all internal to the company: - `https://traxismfg.adionsystems.com/*` — the company's ProShop ERP instance - `http://10.1.1.242:5002/*` — the LAN-only Brother PT-P700 print service - `http://10.1.1.161:5003/*` — the LAN-only purchasing-queue service No analytics, telemetry, cookies, third-party services, or external endpoints. The extension does not store any data and reads page content solely from our private ERP. Full privacy policy: https://claude-wolfgang.github.io/traxis-privacy/ **What's new in v1.6.1** - Updated the purchasing-queue host address from `10.1.1.71:5003` to `10.1.1.161:5003` to follow our internal server cutover. No new functionality, no new permission categories, no broader host scope — the address change is a like-for-like replacement. **Support** This is a private internal tool. Questions from authorized Traxis staff: [email protected] --- ## Category Productivity (or Developer Tools — either is appropriate for an internal ERP-integration extension) --- ## Language English (United States)
Technical
- Version
- 1.6.1
- Manifest
- V3
- Size
- 48.14KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- ackaimnnhgfijphpnjdpajflndpggdcg
- Developer ID
- u810165fc0567c811501eda205d08ea6d
- Developer Email
- [email protected]
- Created
- May 4, 2026
- Last Updated (Store)
- May 26, 2026
- Last Scraped
- Jun 10, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- https://claude-wolfgang.github.io/traxis-privacy/
Data sourced from the Chrome Web Store · last verified Jun 10, 2026.