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. 擴展基本資訊
| 名稱 | |
| ID | kbfgoomkokdnejookimcjcbdgmplfolj |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |