Scout Companion

Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot

ما هو Scout Companion؟

Scout Companion هو إضافة Chrome تم تطويرها بواسطة admin، والميزة الرئيسية لها هي "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Scout Companion

قم بتنزيل ملفات الامتداد Scout Companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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
}