Actorio - Amazon Sourcing Software

Your Smart Amazon Shopping Companion

O que é Actorio - Amazon Sourcing Software?

Actorio - Amazon Sourcing Software é uma extensão do Chrome desenvolvida por https://actorio.com, e sua principal característica é "Your Smart Amazon Shopping Companion".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Actorio - Amazon Sourcing Software

Baixe arquivos de extensão Actorio - Amazon Sourcing Software no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Actorio - Amazon Sourcing Software Actorio - Amazon Sourcing Software
ID ofakjaihobggiigdhbmnbdnaoddapgla
URL Oficial https://chromewebstore.google.com/detail/actorio-amazon-sourcing-s/ofakjaihobggiigdhbmnbdnaoddapgla
Descrição Your Smart Amazon Shopping Companion
Tamanho do Arquivo 38.59 KB
Contagem de Instalações 1,144
Versão Atual 1.33
Última Atualização 2024-02-15
Data de Publicação 2021-07-22
Desenvolvedor https://actorio.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://actorio.com/
URL da Página de Política de Privacidade https://actorio.com/privacy-policy
Idiomas Suportados 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
}