Track & Trace Tools
Supercharge your Metrc workflow
Wat is Track & Trace Tools?
Track & Trace Tools is een Chrome-extensie ontwikkeld door https://trackandtrace.tools, en de belangrijkste functie is "Supercharge your Metrc workflow".
Extensie Screenshots
Download het CRX-bestand van de extensie Track & Trace Tools
Download Track & Trace Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Track & Trace Tools is an open source browser extension that extends the behavior of Metrc. It is not affiliated with Metrc. • Easily navigate your licenses from the Track & Trace Tools dashboard • Search packages, transfers, plants, and tags right in the page • One-click view/pring manifest and lab test PDFs • Manage plants, packages, sales, tags, and transfers • Harvest, move, destroy, void, and finalize in bulk Source code can be found at https://github.com/msfrisbie/track-trace-tools
Basisinformatie over de Extensie
Naam | Track & Trace Tools |
ID | dfljickgkbfaoiifheibjpejloipegcb |
Officiële URL | https://chromewebstore.google.com/detail/track-trace-tools/dfljickgkbfaoiifheibjpejloipegcb |
Beschrijving | Supercharge your Metrc workflow |
Bestandsgrootte | 11.53 MB |
Aantal Installaties | 1,708 |
Huidige Versie | 1.27.0 |
Laatst Bijgewerkt | 2024-03-01 |
Publicatiedatum | 2022-09-24 |
Beoordeling | 4.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://trackandtrace.tools |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.trackandtrace.tools |
URL van de Privacybeleid Pagina | https://www.trackandtrace.tools/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Track & Trace Tools", "description": "Supercharge your Metrc workflow", "default_locale": "en", "host_permissions": [ "https:\/\/*.metrc.com\/*", "http:\/\/localhost:5000\/*" ], "permissions": [ "identity", "storage", "unlimitedStorage", "cookies", "webRequest" ], "icons": { "16": "icons\/logo\/logo-square-16.png", "48": "icons\/logo\/logo-square-48.png", "128": "icons\/logo\/logo-square-128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_extName__", "default_popup": "popup.html", "default_icon": { "16": "icons\/logo\/logo-square-16.png", "48": "icons\/logo\/logo-square-48.png", "128": "icons\/logo\/logo-square-128.png" } }, "options_ui": { "page": "index.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/*.metrc.com\/*", "http:\/\/localhost:5000\/*" ], "run_at": "document_end", "js": [ "js\/content-script.js" ], "css": [ "css\/content-script.css", "css\/content-script.css" ] }, { "matches": [ "https:\/\/*.metrc.com\/*", "http:\/\/localhost:5000\/*" ], "run_at": "document_start", "js": [ "js\/load-script.js" ], "css": [] }, { "matches": [ "https:\/\/*.metrc.com\/*", "http:\/\/localhost:5000\/*" ], "run_at": "document_idle", "world": "MAIN", "js": [ "scripts\/main-script.js" ], "css": [] } ], "web_accessible_resources": [ { "resources": [ "img\/*", "fonts\/*" ], "matches": [ " |