BLAST for Seller Central
Override the merchant picker on Seller Central with an enhanced picker mode
什麼是BLAST for Seller Central?
BLAST for Seller Central是由Prime Now Seller Tools Team開發的Chrome擴展程式,該擴展的主要功能是“Override the merchant picker on Seller Central with an enhanced picker mode”。
擴展截圖
下載BLAST for Seller Central擴展crx文件
下載BLAST for Seller Central擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Overrides the default merchant picking experience in Amazon Seller Central to support quickly searching across merchants for which you are authorized, allowing you to filter merchant accounts based on name, location, etc. Note: Currently, only Prime Now merchants will have postal code, city, store name, etc. in the search results. Non-Prime Now merchants will have only the merchant ID.
擴展基本資訊
名稱 | |
ID | kpbgpgggmddninmpdgcahpidfkdifdbg |
官方網址 | https://chromewebstore.google.com/detail/blast-for-seller-central/kpbgpgggmddninmpdgcahpidfkdifdbg |
簡介 | Override the merchant picker on Seller Central with an enhanced picker mode |
檔案大小 | 127 KB |
安裝次數 | 122 |
目前版本 | 0.0.6 |
更新時間 | 2021-01-27 |
上架時間 | 2019-07-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Prime Now Seller Tools Team |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | de,en,en-GB,fr,es,it,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "BLAST", "version": "0.0.6", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/*.amazon.com\/" ], "commands": { "toggle-enhanced-merchant-picker": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Show the Enhanced Merchant Picker" } }, "content_scripts": [ { "matches": [ "https:\/\/sellercentral.amazon.com\/*", "https:\/\/sellercentral-europe.amazon.com\/*", "https:\/\/sellercentral.amazon.co.uk\/*", "https:\/\/sellercentral.amazon.fr\/*", "https:\/\/sellercentral.amazon.it\/*", "https:\/\/sellercentral.amazon.es\/*", "https:\/\/sellercentral.amazon.de\/*", "https:\/\/sellercentral.amazon.co.uk\/*", "https:\/\/sellercentral-japan.amazon.com\/*", "https:\/\/sellercentral.amazon.co.jp\/*" ], "exclude_matches": [ "*:\/\/*\/*signin*" ], "css": [ "\/css\/content.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/content.js" ] } ] } |