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
电子邮箱 [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
}