Scout Companion
Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot
Wat is Scout Companion?
Scout Companion is een Chrome-extensie ontwikkeld door admin, en de belangrijkste functie is "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot".
Extensie Screenshots
Download het CRX-bestand van de extensie Scout Companion
Download Scout Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Scout Companion |
ID | ngeilhcbcilomppnpbalfdnmofpmdohj |
Officiële URL | https://chromewebstore.google.com/detail/scout-companion/ngeilhcbcilomppnpbalfdnmofpmdohj |
Beschrijving | Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot |
Bestandsgrootte | 52.46 KB |
Aantal Installaties | 3,586 |
Huidige Versie | 1.1.6 |
Laatst Bijgewerkt | 2021-04-02 |
Publicatiedatum | 2020-10-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | admin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://scoutapp.ai |
URL van de Privacybeleid Pagina | https://scoutapp.ai/privacy |
Ondersteunde Talen | 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 } |