Price-fix
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Co je Price-fix?
Price-fix je rozšíření Chrome vyvinuté Zen Arbitrage, a jeho hlavní funkcí je „PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Price-fix
Stáhněte si soubory rozšíření Price-fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Základní Informace o Rozšíření
Název | Price-fix |
ID | coniammgndoohnfbcdkccdcofoodplml |
Oficiální URL | https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml |
Popis | PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click. |
Velikost souboru | 545 KB |
Počet instalací | 157 |
Aktuální Verze | 2.0.3 |
Poslední Aktualizace | 2023-02-27 |
Datum Vydání | 2020-06-16 |
Vývojář | Zen Arbitrage |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.zenarbitrage.co/ |
URL Stránky Zásad Ochrany Soukromí | https://www.zenarbitrage.co/optin1591157726581 |
Podporované Jazyky | 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\/*" ] } |