Scout Companion
Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot
Was ist Scout Companion?
Scout Companion ist eine Chrome-Erweiterung, die von admin entwickelt wurde, und ihr Hauptmerkmal ist "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot".
Erweiterungsscreenshots
Scout Companion-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scout Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension helps users set up auto-forwarding via gmail to their Scout catchall email, allowing them to import purchase history and expenses directly into Scout.
Grundlegende Informationen zur Erweiterung
Name | Scout Companion |
ID | ngeilhcbcilomppnpbalfdnmofpmdohj |
Offizielle URL | https://chromewebstore.google.com/detail/scout-companion/ngeilhcbcilomppnpbalfdnmofpmdohj |
Beschreibung | Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot |
Dateigröße | 52.46 KB |
Installationsanzahl | 3,586 |
Aktuelle Version | 1.1.6 |
Letztes Update | 2021-04-02 |
Veröffentlichungsdatum | 2020-10-26 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | admin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://scoutapp.ai |
URL der Datenschutzrichtlinien-Seite | https://scoutapp.ai/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scout Companion", "version": "1.1.6", "description": "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot", "permissions": [ "declarativeContent", "tabs", "cookies", "webRequest", "*:\/\/scoutapp.ai\/*", "*:\/\/scoutapp-ai-staging.herokuapp.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/mail-settings.google.com\/*", "*:\/\/stockx.com\/*", "*:\/\/accounts.stockx.com\/*", "*:\/\/www.goat.com\/*", "*:\/\/goat.com\/*", "*:\/\/www.nbatopshot.com\/*", "*:\/\/nbatopshot.com\/*", "*:\/\/*.meetdapper.com\/*" ], "background": { "scripts": [ "js\/background-email.js", "js\/hot-reload.js", "js\/jwt-decode.js", "js\/chrome-utils.js", "js\/background-login.js", "js\/request-recieve.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" } }, "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.amplitude.com https:\/\/scout-internal.s3.amazonaws.com https:\/\/scoutapp.ai; object-src 'self'", "manifest_version": 2 } |