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 |
公式URL | 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 |
Eメール | [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\/*" ] } |