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…
Apa itu Amazon Rank Chrome Extension?
Amazon Rank Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh https://www.fbamaster.com, dan fitur utamanya adalah "This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Amazon Rank Chrome Extension
Unduh file ekstensi Amazon Rank Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Amazon Rank Chrome Extension |
ID | afcbjmdkfcdfbamemeadbpmabohjehcl |
URL Resmi | https://chromewebstore.google.com/detail/amazon-rank-chrome-extens/afcbjmdkfcdfbamemeadbpmabohjehcl |
Deskripsi | This extension allows you to quickly see the number of items sold in each category and what you percent the item is in that… |
Ukuran File | 104 KB |
Jumlah Instalasi | 9,534 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2016-03-09 |
Tanggal Publikasi | 2016-03-09 |
Penilaian | 4.36/5 Total 14 Penilaian |
Pengembang | https://www.fbamaster.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |