Scout Companion

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

Scout Companion là gì?

Scout Companion là một tiện ích mở rộng Chrome được phát triển bởi admin, và tính năng chính của nó là "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scout Companion

Tải xuống các tệp mở rộng Scout Companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scout Companion Scout Companion
ID ngeilhcbcilomppnpbalfdnmofpmdohj
URL Chính Thức https://chromewebstore.google.com/detail/scout-companion/ngeilhcbcilomppnpbalfdnmofpmdohj
Mô tả Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot
Kích Thước Tệp 52.46 KB
Số Lần Cài Đặt 3,586
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2021-04-02
Ngày Phát Hành 2020-10-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển admin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scoutapp.ai
URL Trang Chính Sách Bảo Mật https://scoutapp.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}