Track & Trace Tools
Supercharge your Metrc workflow
什么是Track & Trace Tools?
Track & Trace Tools是由https://trackandtrace.tools开发的Chrome扩展程序,该扩展的主要功能是“Supercharge your Metrc workflow”。
扩展截图
下载Track & Trace Tools扩展crx文件
下载Track & Trace Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Track & Trace Tools |
ID | dfljickgkbfaoiifheibjpejloipegcb |
官方URL | https://chromewebstore.google.com/detail/track-trace-tools/dfljickgkbfaoiifheibjpejloipegcb |
简介 | Supercharge your Metrc workflow |
文件大小 | 11.53 MB |
安装次数 | 1,708 |
当前版本 | 1.27.0 |
更新时间 | 2024-03-01 |
上架时间 | 2022-09-24 |
评分 | 4.80/5 共10次评分 |
开发者 | https://trackandtrace.tools |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.trackandtrace.tools |
隐私政策页面URL | https://www.trackandtrace.tools/privacy-policy |
支持的语言 | 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": [ " |