Ali-Scout

Find your ideal product!

Ali-Scout là gì?

Ali-Scout là một tiện ích mở rộng Chrome được phát triển bởi https://ali-scout.com, và tính năng chính của nó là "Find your ideal product!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Ali-Scout 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

                        Ali-Scout was created by online sellers for themselves, to automate the business model of buying and selling from Alibaba

Chrome Extension analysis of Alibaba suppliers and products

Ali-Scout enhances the quality of information and improves your chance of success and profitability                    

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

Tên Ali-Scout Ali-Scout
ID aeemhjkolnngmpmdlbdgimnohhhhdkbh
URL Chính Thức https://chromewebstore.google.com/detail/ali-scout/aeemhjkolnngmpmdlbdgimnohhhhdkbh
Mô tả Find your ideal product!
Kích Thước Tệp 203 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.16
Cập Nhật Lần Cuối 2019-07-12
Ngày Phát Hành 2019-07-12
Nhà Phát Triển https://ali-scout.com
Loại Thanh Toán free
Trang Web Mở Rộng https://ali-scout.com/
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/ali-scout.com",
    "default_locale": "en",
    "version": "0.16",
    "manifest_version": 2,
    "permissions": [
        "cookies",
        "activeTab",
        "declarativeContent",
        "https:\/\/*.alibaba.com\/",
        "http:\/\/*.alibaba.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon128.png",
        "default_title": "AliScout"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alibaba.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "font-awesome.js",
                "content-script.js",
                "chunk-vendors.js",
                "app.js"
            ],
            "css": [
                "bundle.css",
                "style.css",
                "on-page-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icon128.png",
        "icon128-white.png"
    ]
}