Price-fix

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

Was ist Price-fix?

Price-fix ist eine Chrome-Erweiterung, die von Zen Arbitrage entwickelt wurde, und ihr Hauptmerkmal ist "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.".

Erweiterungsscreenshots

screenshot

Price-fix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Price-fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Price-fix Price-fix
ID coniammgndoohnfbcdkccdcofoodplml
Offizielle URL https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml
Beschreibung PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Dateigröße 545 KB
Installationsanzahl 157
Aktuelle Version 2.0.3
Letztes Update 2023-02-27
Veröffentlichungsdatum 2020-06-16
Entwickler Zen Arbitrage
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.zenarbitrage.co/
URL der Datenschutzrichtlinien-Seite https://www.zenarbitrage.co/optin1591157726581
Unterstützte Sprachen 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\/*"
    ]
}