BLAST for Seller Central
Override the merchant picker on Seller Central with an enhanced picker mode
BLAST for Seller Central là gì?
BLAST for Seller Central là một tiện ích mở rộng Chrome được phát triển bởi Prime Now Seller Tools Team, và tính năng chính của nó là "Override the merchant picker on Seller Central with an enhanced picker mode".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BLAST for Seller Central
Tải xuống các tệp mở rộng BLAST for Seller Central dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kpbgpgggmddninmpdgcahpidfkdifdbg |
URL Chính Thức | https://chromewebstore.google.com/detail/blast-for-seller-central/kpbgpgggmddninmpdgcahpidfkdifdbg |
Mô tả | Override the merchant picker on Seller Central with an enhanced picker mode |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 122 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2021-01-27 |
Ngày Phát Hành | 2019-07-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Prime Now Seller Tools Team |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |