Price-fix

PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.

Qu'est-ce que Price-fix ?

Price-fix est une extension Chrome développée par Zen Arbitrage, et sa fonction principale est "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Price-fix

Téléchargez les fichiers d'extension Price-fix 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

                        PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.                    

Informations de Base sur l'Extension

Nom Price-fix Price-fix
ID coniammgndoohnfbcdkccdcofoodplml
URL Officiel https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml
Description PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Taille du Fichier 545 KB
Nombre d'Installations 157
Version Actuelle 2.0.3
Dernière Mise à Jour 2023-02-27
Date de Publication 2020-06-16
Développeur Zen Arbitrage
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.zenarbitrage.co/
URL de la Page de Politique de Confidentialité https://www.zenarbitrage.co/optin1591157726581
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Peter Valley",
    "name": "Price-fix",
    "description": "PriceFix repairs Amazon \"high price errors,\" automating the editing of prices on your stranded inventory page with 1-click.",
    "manifest_version": 3,
    "version": "2.0.3",
    "icons": {
        "512": "icon2.png"
    },
    "action": {
        "default_popup": "src\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/*"
            ],
            "css": [
                "src\/css\/style.css"
            ],
            "js": [
                "src\/js\/jquery-3.1.1.min.js",
                "src\/js\/config.js",
                "src\/js\/rollbar.min.js",
                "src\/js\/Pricefix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/img\/*"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.com.br\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.cn\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/www.amazon.sg\/*",
                "*:\/\/www.amazon.com.tr\/*",
                "*:\/\/www.amazon.ae\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com.au\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/fonts.googleapis.com\/*"
    ]
}