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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Scout Companion Scout Companion
ID ngeilhcbcilomppnpbalfdnmofpmdohj
官方網址 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
電子郵箱 [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
}