Actorio - Amazon Sourcing Software

Your Smart Amazon Shopping Companion

Qu'est-ce que Actorio - Amazon Sourcing Software ?

Actorio - Amazon Sourcing Software est une extension Chrome développée par https://actorio.com, et sa fonction principale est "Your Smart Amazon Shopping Companion".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Actorio - Amazon Sourcing Software

Téléchargez les fichiers d'extension Actorio - Amazon Sourcing Software au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Actorio - Amazon Sourcing Software Actorio - Amazon Sourcing Software
ID ofakjaihobggiigdhbmnbdnaoddapgla
URL Officiel https://chromewebstore.google.com/detail/actorio-amazon-sourcing-s/ofakjaihobggiigdhbmnbdnaoddapgla
Description Your Smart Amazon Shopping Companion
Taille du Fichier 38.59 KB
Nombre d'Installations 1,144
Version Actuelle 1.33
Dernière Mise à Jour 2024-02-15
Date de Publication 2021-07-22
Développeur https://actorio.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://actorio.com/
URL de la Page de Politique de Confidentialité https://actorio.com/privacy-policy
Langues Prises en Charge 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
}