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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}