Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Track & Trace Tools - Make Metrc Useful", "description": "T3 (Track & Trace Tools) makes Metrc useful by adding search, reporting, bulk actions, and CSV autofill directly into metrc.com.", "default_locale": "en", "host_permissions": [ "https:\/\/*.metrc.com\/*", "http:\/\/localhost:5000\/*" ], "permissions": [ "alarms", "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": [ "<all_urls>" ] } ], "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.94.7" }