Restricted or Hazmat
Quickly check if an Amazon listing is Hazmat or Restricted on a logged in Seller Central account
Restricted or Hazmatคืออะไร?
Restricted or Hazmat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://selleramp.com และคุณลักษณะหลักของมันคือ "Quickly check if an Amazon listing is Hazmat or Restricted on a logged in Seller Central account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Restricted or Hazmat
ดาวน์โหลดไฟล์ส่วนขยาย Restricted or Hazmat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Restricted or Hazmat is a free tool for Amazon Sellers. It quickly checks and shows whether am Amazon product listing is Hazmat or Restricted on the currently logged in Seller Central account. If an item is restricted it provides a quick and easy way to try to get automatically un-gated.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Restricted or Hazmat |
ID | fgnmiadakeknidapgeiloibpofnplimd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/restricted-or-hazmat/fgnmiadakeknidapgeiloibpofnplimd |
คำอธิบาย | Quickly check if an Amazon listing is Hazmat or Restricted on a logged in Seller Central account |
ขนาดไฟล์ | 11.54 MB |
จำนวนการติดตั้ง | 10,482 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-09-14 |
วันที่เผยแพร่ | 2019-11-01 |
คะแนน | 3.67/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://selleramp.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://selleramp.com/privacy-center/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Restricted or Hazmat", "description": "Quickly check if an Amazon listing is Hazmat or Restricted on a logged in Seller Central account", "version": "1.0.3", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_icon": { "16": "ico\/logo_16x16.png", "32": "ico\/logo_32x32.png", "48": "ico\/logo_48x48.png", "128": "ico\/logo_128x128.png" }, "default_title": "Restricted or Hazmat" }, "content_scripts": [ { "all_frames": false, "css": [ "libs\/bootstrap\/css\/bootstrap.min.css", "styles\/content.css" ], "js": [ "libs\/vue\/vue.min.js", "libs\/fontawesome\/js\/all.js", "libs\/jquery\/jquery.min.js", "scripts\/constants.js", "scripts\/content.js" ], "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.fr\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/www.amazon.es\/*", "*:\/\/www.amazon.it\/*", "*:\/\/www.amazon.ca\/*", "*:\/\/www.amazon.com.mx\/*", "*:\/\/www.amazon.com.br\/*", "*:\/\/www.amazon.co.jp\/*", "*:\/\/www.amazon.cn\/*", "*:\/\/www.amazon.in\/*", "*:\/\/www.amazon.com.au\/*" ], "run_at": "document_idle" } ], "default_locale": "en", "icons": { "16": "ico\/logo_16x16.png", "32": "ico\/logo_32x32.png", "48": "ico\/logo_48x48.png", "128": "ico\/logo_128x128.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "storage", "https:\/\/sas.selleramp.com\/*", "https:\/\/sellercentral.amazon.co.uk\/*", "https:\/\/sellercentral.amazon.com\/*", "https:\/\/sellercentral.amazon.fr\/*", "https:\/\/sellercentral.amazon.de\/*", "https:\/\/sellercentral.amazon.es\/*", "https:\/\/sellercentral.amazon.it\/*", "https:\/\/sellercentral.amazon.ca\/*", "https:\/\/sellercentral.amazon.com.mx\/*", "https:\/\/sellercentral.amazon.com.br\/*", "https:\/\/sellercentral.amazon.co.jp\/*", "https:\/\/sellercentral.amazon.cn\/*", "https:\/\/sellercentral.amazon.in\/*", "https:\/\/sellercentral.amazon.com.au\/*", "https:\/\/eu.account.amazon.com\/*" ], "web_accessible_resources": [ "options.html" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |