Amazon Rank Chrome Extension
This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…
Amazon Rank Chrome Extensionคืออะไร?
Amazon Rank Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fbamaster.com และคุณลักษณะหลักของมันคือ "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Rank Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Rank Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that category.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Rank Chrome Extension |
ID | afcbjmdkfcdfbamemeadbpmabohjehcl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl |
คำอธิบาย | This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that… |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 9,534 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2016-03-09 |
วันที่เผยแพร่ | 2016-03-09 |
คะแนน | 4.36/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://www.fbamaster.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Rank Chrome Extension", "description": "", "version": "1.3", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "css": [ "styles.css" ], "js": [ "settings.js", "jquery-2.2.1.js", "contentScript.js" ] } ], "permissions": [ "activeTab", "webNavigation" ] } |