Track & Trace Tools

Supercharge your Metrc workflow

Cos'è Track & Trace Tools?

Track & Trace Tools è un'estensione di Chrome sviluppata da https://trackandtrace.tools, e la sua funzione principale è "Supercharge your Metrc workflow".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Track & Trace Tools

Scarica i file di estensione Track & Trace Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Track & Trace Tools Track & Trace Tools
ID dfljickgkbfaoiifheibjpejloipegcb
URL Ufficiale https://chromewebstore.google.com/detail/track-trace-tools/dfljickgkbfaoiifheibjpejloipegcb
Descrizione Supercharge your Metrc workflow
Dimensione del File 11.53 MB
Conteggio Installazioni 1,708
Versione Corrente 1.27.0
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2022-09-24
Valutazione 4.80/5 Totale 10 Valutazioni
Sviluppatore https://trackandtrace.tools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.trackandtrace.tools
URL della Pagina della Politica sulla Privacy https://www.trackandtrace.tools/privacy-policy
Lingue Supportate 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"
}