Scout Companion
Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot
Qu'est-ce que Scout Companion ?
Scout Companion est une extension Chrome développée par admin, et sa fonction principale est "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scout Companion
Téléchargez les fichiers d'extension Scout Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Scout Companion |
ID | ngeilhcbcilomppnpbalfdnmofpmdohj |
URL Officiel | https://chromewebstore.google.com/detail/scout-companion/ngeilhcbcilomppnpbalfdnmofpmdohj |
Description | Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot |
Taille du Fichier | 52.46 KB |
Nombre d'Installations | 3,586 |
Version Actuelle | 1.1.6 |
Dernière Mise à Jour | 2021-04-02 |
Date de Publication | 2020-10-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | admin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://scoutapp.ai |
URL de la Page de Politique de Confidentialité | https://scoutapp.ai/privacy |
Langues Prises en Charge | 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 } |