Track & Trace Tools

Supercharge your Metrc workflow

Track & Trace Tools란 무엇입니까?

Track & Trace Tools은(는) https://trackandtrace.tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supercharge your Metrc workflow"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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 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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *; frame-src *"
    },
    "oauth2": {
        "client_id": "555065854761-ssc4dm7apif1e1ac4app1tru9h3graef.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr9KaRylpIPDvsKosswLE49R60P556+p61l8r6JxPVtTISgUZYuYoHeNYM5QmbMRP+b6fLV0t2PlwghizUmWW7EnEziwwRKMxlwHFNVtce6aoudNq6iGVOX3qjdz+Cn9lynzkjbQ1faTXmHGVKFHmA7TKVk\/zWty\/r5fnS1D0NTGwMlLlXMz1IIBDJWfcBufFLF8pcdpcp30NuNpQClJJB993hKjXlf50KlIfVK2ZBpC5riO\/lP0a0GydYkRqH0E5IuftaffPdurpKZr9b4btKcASEOi5O9BhTn5vxY8MlyyacjdXws9xGUJQzUN97EU4htkh+Bg0uYquEJLvAI9E+wIDAQAB",
    "version": "1.27.0"
}