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
官方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
电子邮箱 [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
}