Price-fix
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
¿Qué es Price-fix?
Price-fix es una extensión de Chrome desarrollada por Zen Arbitrage, y su función principal es "PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Price-fix
Descarga archivos de extensión Price-fix en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
Información Básica de la Extensión
Nombre | Price-fix |
ID | coniammgndoohnfbcdkccdcofoodplml |
URL Oficial | https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml |
Descripción | PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click. |
Tamaño del Archivo | 545 KB |
Cantidad de Instalaciones | 157 |
Versión Actual | 2.0.3 |
Última Actualización | 2023-02-27 |
Fecha de Publicación | 2020-06-16 |
Desarrollador | Zen Arbitrage |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.zenarbitrage.co/ |
URL de la Página de Política de Privacidad | https://www.zenarbitrage.co/optin1591157726581 |
Idiomas Soportados | 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\/*" ] } |