SLEEKer
This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.
What is SLEEKer?
SLEEKer is a Chrome extension developed by Rstudioworks, and its main feature is "This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.".
Extension Screenshots
Download SLEEKer Extension CRX File
Download SLEEKer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.
Extension Basic Information
Name | |
ID | nllobgeilpicophinmkbeaiekdcflkbo |
Official URL | https://chrome.google.com/webstore/detail/sleeker/nllobgeilpicophinmkbeaiekdcflkbo |
Description | This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon. |
File Size | 136 KB |
Installation Count | 30 |
Current Version | 1.0.1 |
Last Updated | 2019-11-04 |
Publish Date | 2019-11-04 |
Developer | Rstudioworks |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sleeker.pro |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SLEEKer", "description": "This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.", "version": "1.0.1", "icons": { "128": "images\/icon_128.png", "48": "images\/icon_48.png", "16": "images\/icon_16.png" }, "page_action": { "default_icon": "images\/icon_16.png", "default_popup": "popup.html", "default_title": "SLEEKer" }, "background": { "scripts": [ "scripts\/jquery-3.4.1.min.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*" ], "js": [ "scripts\/jquery-3.4.1.min.js", "content.js" ] } ], "permissions": [ "activeTab", "storage", "tabs" ] } |