BSRMaster
BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and…
BSRMasterとは何ですか?
BSRMasterはAndrea Biancolliによって開発されたChromeの拡張機能で、その主な機能は「BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and…」です。
拡張機能のスクリーンショット
BSRMaster拡張機能のCRXファイルをダウンロード
BSRMaster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator
- BSR for kindle, paperback and audiobooks on Audible.com, Audible.co.uk and Amazon.com
- On amazon.com you will find BSR, Publication date and price of each version
- Clickable BSR on audible, you will be redirected to amazon.com book page
- Ascending and Descending order for BSR by clicking in the BSR column
- Working even in the Best Seller Sections of Amazon
- By clicking on the extension you will be able to Check all the AVG parameters of all the products in the drop down menu: - AVG BSR - AVG RUNNING TIME - AVG REVIEWS - AVG PRICE
- You can personalize BSR colors and Values to set your own search parameter for the 3 formats
100% Safe... 100% FREE! You will not share any data of your own research. 拡張機能の基本情報
| 名前 | |
| ID | icnkllgoiildohggeopaikcmgmafalna |
| 公式URL | https://chromewebstore.google.com/detail/bsrmaster/icnkllgoiildohggeopaikcmgmafalna |
| 説明 | BSR (Best seller rank) finder for Kindle, Paperback, Audiobooks and ACX Royalties Calculator - BSR for kindle, paperback and… |
| ファイルサイズ | 1.52 MB |
| インストール数 | 7,328 |
| 現在のバージョン | 7.4 |
| 最終更新日 | 2020-11-20 |
| 公開日 | 2020-07-05 |
| 評価 | 2.59/5 合計 17 レビュー |
| 開発者 | Andrea Biancolli |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"libs\/jquery-3.3.1.js",
"src\/background.js"
]
},
"browser_action": {
"default_icon": {
"38": "icons\/logo.png"
},
"default_popup": "src\/popup.html",
"default_title": "BSRMaster"
},
"content_scripts": [
{
"js": [
"libs\/jquery-3.3.1.js",
"src\/common.js",
"src\/commonAudible.js",
"src\/content-script.js"
],
"matches": [
"*:\/\/*.audible.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"libs\/jquery-3.3.1.js",
"src\/common.js",
"src\/commonAudible.js",
"src\/audible-uk.js"
],
"matches": [
"*:\/\/*.audible.co.uk\/*"
],
"run_at": "document_start"
},
{
"js": [
"libs\/jquery-3.3.1.js",
"src\/common.js",
"src\/amazon.js"
],
"matches": [
"*:\/\/*.amazon.com\/Best-Sellers-Kindle-Store-eBooks\/*",
"*:\/\/*.amazon.com\/Best-Sellers-Audible-Audiobooks\/*",
"*:\/\/*.amazon.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"libs\/jquery-3.3.1.js",
"src\/common.js",
"src\/amazonView.js"
],
"matches": [
"*:\/\/*.amazon.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"libs\/jquery-3.3.1.js",
"src\/common.js",
"src\/acx.js"
],
"matches": [
"*:\/\/*.acx.com\/*"
],
"run_at": "document_start"
}
],
"description": "",
"icons": {
"48": "icons\/logo.png"
},
"manifest_version": 2,
"name": "BSRMaster",
"permissions": [
"storage",
"https:\/\/www.amazon.com\/*",
"http:\/\/www.amazon.com\/*",
"https:\/\/www.amazon.co.uk\/*",
"http:\/\/www.amazon.co.uk\/*"
],
"version": "7.4"
} | |