Scout Companion
Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot
Cos'è Scout Companion?
Scout Companion è un'estensione di Chrome sviluppata da admin, e la sua funzione principale è "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Scout Companion
Scarica i file di estensione Scout Companion 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
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.
Informazioni di Base sull'Estensione
Nome | Scout Companion |
ID | ngeilhcbcilomppnpbalfdnmofpmdohj |
URL Ufficiale | https://chromewebstore.google.com/detail/scout-companion/ngeilhcbcilomppnpbalfdnmofpmdohj |
Descrizione | Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot |
Dimensione del File | 52.46 KB |
Conteggio Installazioni | 3,586 |
Versione Corrente | 1.1.6 |
Ultimo Aggiornamento | 2021-04-02 |
Data di Pubblicazione | 2020-10-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | admin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://scoutapp.ai |
URL della Pagina della Politica sulla Privacy | https://scoutapp.ai/privacy |
Lingue Supportate | 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 } |