Price-fix
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
什麼是Price-fix?
Price-fix是由Zen Arbitrage開發的Chrome擴展程式,該擴展的主要功能是“PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.”。
擴展截圖
下載Price-fix擴展crx文件
下載Price-fix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click.
擴展基本資訊
名稱 | Price-fix |
ID | coniammgndoohnfbcdkccdcofoodplml |
官方網址 | https://chromewebstore.google.com/detail/price-fix/coniammgndoohnfbcdkccdcofoodplml |
簡介 | PriceFix repairs Amazon "high price errors," automating the editing of prices on your stranded inventory page with 1-click. |
檔案大小 | 545 KB |
安裝次數 | 157 |
目前版本 | 2.0.3 |
更新時間 | 2023-02-27 |
上架時間 | 2020-06-16 |
開發者 | Zen Arbitrage |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.zenarbitrage.co/ |
隱私政策頁面URL | https://www.zenarbitrage.co/optin1591157726581 |
支援的語言 | 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\/*" ] } |