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是由https://www.fbamaster.com開發的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…”。
擴展截圖
下載Amazon Rank Chrome Extension擴展crx文件
下載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 |
官方網址 | 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" ] } |