AliScout

Find the Amazon product on AliExpress

AliScoutとは何ですか?

AliScoutはTim Makによって開発されたChromeの拡張機能で、その主な機能は「Find the Amazon product on AliExpress」です。

拡張機能のスクリーンショット

screenshot
screenshot

AliScout拡張機能のCRXファイルをダウンロード

AliScout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 AliScout AliScout
ID jdkfkjlaacibhpcjjndhpgnfjanpnnbg
公式URL https://chrome.google.com/webstore/detail/aliscout/jdkfkjlaacibhpcjjndhpgnfjanpnnbg
説明 Find the Amazon product on AliExpress
ファイルサイズ 78.8 KB
インストール数 744
現在のバージョン 0.9
最終更新日 2021-02-16
公開日 2021-02-16
評価 5.00/5 合計 2 レビュー
開発者 Tim Mak
Eメール [email protected]
対応言語 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"
        }
    ]
}