Actorio - Amazon Sourcing Software

Your Smart Amazon Shopping Companion

Actorio - Amazon Sourcing Softwareとは何ですか?

Actorio - Amazon Sourcing Softwareはhttps://actorio.comによって開発されたChromeの拡張機能で、その主な機能は「Your Smart Amazon Shopping Companion」です。

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

screenshot
screenshot

Actorio - Amazon Sourcing Software拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Actorio Chrome Extension is the ultimate assistant for Amazon shoppers in Europe. This powerful tool makes your online purchasing experience more efficient, regardless of your level of experience as a seller or buyer.

Actorio scans the web and analyses the catalogs of over 500 suppliers, totalling more than 50 million products.

1.Price Comparison Made Easy
When you visit any European Amazon product page, Actorio automatically scans other websites to display price options for the same product.

2. Eligibility Check
Wondering if a product has any limitations on sales? With Actorio, you can check which products have restrictions for your account.

3. Efficient Supplier Search
Actorio provides a simple way to discover new suppliers. Find more reliable sources for your favorite products.

Actorio is available on all European Amazon marketplaces.                    

拡張機能の基本情報

名前 Actorio - Amazon Sourcing Software Actorio - Amazon Sourcing Software
ID ofakjaihobggiigdhbmnbdnaoddapgla
公式URL https://chromewebstore.google.com/detail/actorio-amazon-sourcing-s/ofakjaihobggiigdhbmnbdnaoddapgla
説明 Your Smart Amazon Shopping Companion
ファイルサイズ 38.59 KB
インストール数 1,144
現在のバージョン 1.33
最終更新日 2024-02-15
公開日 2021-07-22
開発者 https://actorio.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://actorio.com/
プライバシーポリシーページのURL https://actorio.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Actorio - Amazon Sourcing Software",
    "version": "1.33",
    "description": "Your Smart Amazon Shopping Companion",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.amazon.*\/*"
            ],
            "js": [
                "content-amazon.js"
            ],
            "css": [
                "content-amazon.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "images\/actorio64.png",
        "128": "images\/actorio128.png"
    },
    "manifest_version": 3
}