Amazon Merch Batch Editor
Amazon Merch Tools - Batch Editor
Amazon Merch Batch Editorとは何ですか?
Amazon Merch Batch Editorはhttps://amazonmerch.toolsによって開発されたChromeの拡張機能で、その主な機能は「Amazon Merch Tools - Batch Editor」です。
拡張機能のスクリーンショット
Amazon Merch Batch Editor拡張機能のCRXファイルをダウンロード
Amazon Merch Batch Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Amazon Merch Batch Editor allows you to edit batches of Amazon Merch products quickly and painlessly. You can simply open up a batch of edits or optionally apply a blanket price or brand update.
拡張機能の基本情報
名前 | Amazon Merch Batch Editor |
ID | kbfgoomkokdnejookimcjcbdgmplfolj |
公式URL | https://chromewebstore.google.com/detail/amazon-merch-batch-editor/kbfgoomkokdnejookimcjcbdgmplfolj |
説明 | Amazon Merch Tools - Batch Editor |
ファイルサイズ | 873 KB |
インストール数 | 13 |
現在のバージョン | 2.1 |
最終更新日 | 2018-12-10 |
公開日 | 2018-12-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://amazonmerch.tools |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://merchwizard.app/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Merch Batch Editor", "description": "Amazon Merch Tools - Batch Editor", "version": "2.1", "background": { "page": "html\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/merch.amazon.com\/*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/contentscript.js", "js\/fontawesome.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs" ], "browser_action": { "default_title": "Amazon Merch Tools - Batch Editor", "default_icon": "images\/editoricon128.png", "default_popup": "html\/popup.html" }, "icons": { "128": "images\/editoricon128.png", "48": "images\/editoricon48.png", "16": "images\/editoricon16.png" }, "manifest_version": 2 } |