Track & Trace Tools
Supercharge your Metrc workflow
Track & Trace Tools là gì?
Track & Trace Tools là một tiện ích mở rộng Chrome được phát triển bởi https://trackandtrace.tools, và tính năng chính của nó là "Supercharge your Metrc workflow".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Track & Trace Tools
Tải xuống các tệp mở rộng Track & Trace Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Track & Trace Tools |
ID | dfljickgkbfaoiifheibjpejloipegcb |
URL Chính Thức | https://chromewebstore.google.com/detail/track-trace-tools/dfljickgkbfaoiifheibjpejloipegcb |
Mô tả | Supercharge your Metrc workflow |
Kích Thước Tệp | 11.53 MB |
Số Lần Cài Đặt | 1,708 |
Phiên Bản Hiện Tại | 1.27.0 |
Cập Nhật Lần Cuối | 2024-03-01 |
Ngày Phát Hành | 2022-09-24 |
Đánh Giá | 4.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://trackandtrace.tools |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.trackandtrace.tools |
URL Trang Chính Sách Bảo Mật | https://www.trackandtrace.tools/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |