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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |