AliScout

Find the Amazon product on AliExpress

AliScout là gì?

AliScout là một tiện ích mở rộng Chrome được phát triển bởi Tim Mak, và tính năng chính của nó là "Find the Amazon product on AliExpress".

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

screenshot
screenshot

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

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

                        Many products on Amazon are available on AliExpress for a much lower price. With this extension you can quickly find them.

How to use: Simply navigate to the page of any product on Amazon, click the extension icon and the results will appear in a popup window.

The quality of the search results highly depends on the type of product. Works best for products sourced in China or sold by Chinese merchants. 

Current version is still in beta test, so please contact the developer if you encounter any issues.                    

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

Tên AliScout AliScout
ID jdkfkjlaacibhpcjjndhpgnfjanpnnbg
URL Chính Thức https://chrome.google.com/webstore/detail/aliscout/jdkfkjlaacibhpcjjndhpgnfjanpnnbg
Mô tả Find the Amazon product on AliExpress
Kích Thước Tệp 78.8 KB
Số Lần Cài Đặt 744
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2021-02-16
Ngày Phát Hành 2021-02-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Tim Mak
Email [email protected]
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliScout",
    "manifest_version": 2,
    "version": "0.9",
    "description": "Find the Amazon product on AliExpress",
    "defaul_locale": "en",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "permissions": [
        "https:\/\/timmak.pythonanywhere.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}