Price-fix

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

Vad är Price-fix?

Price-fix är en Chrome-tillägg utvecklad av Zen Arbitrage, och dess huvudfunktion är "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.".

Tilläggsskärmbilder

screenshot

Ladda ner Price-fix-förlängningens CRX-fil

Ladda ner Price-fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Price-fix Price-fix
ID coniammgndoohnfbcdkccdcofoodplml
Officiell webbadress https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml
Beskrivning PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Filstorlek 545 KB
Antal Installationer 157
Aktuell Version 2.0.3
Senast Uppdaterad 2023-02-27
Publiceringsdatum 2020-06-16
Utvecklare Zen Arbitrage
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.zenarbitrage.co/
URL till Sekretesspolicy Sidan https://www.zenarbitrage.co/optin1591157726581
Stödda Språk 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\/*"
    ]
}