Scout Companion
Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot
Scout Companionとは何ですか?
Scout Companionはadminによって開発されたChromeの拡張機能で、その主な機能は「Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot」です。
拡張機能のスクリーンショット
Scout Companion拡張機能のCRXファイルをダウンロード
Scout Companion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ngeilhcbcilomppnpbalfdnmofpmdohj |
| 公式URL | https://chromewebstore.google.com/detail/scout-companion/ngeilhcbcilomppnpbalfdnmofpmdohj |
| 説明 | Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot |
| ファイルサイズ | 52.46 KB |
| インストール数 | 3,586 |
| 現在のバージョン | 1.1.6 |
| 最終更新日 | 2021-04-02 |
| 公開日 | 2020-10-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | admin |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://scoutapp.ai |
| プライバシーポリシーページのURL | https://scoutapp.ai/privacy |
| 対応言語 | 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
} | |