StableRank Premium
See how well your product will sell on Amazon.
What is StableRank Premium?
StableRank Premium is a Chrome extension developed by Unknown, and its main feature is "See how well your product will sell on Amazon.".
Download StableRank Premium Extension CRX File
Download StableRank Premium 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
Extension Basic Information
Name | StableRank Premium |
ID | gmjgekjbnhflnbjohbdkljhgechlpdlm |
Official URL | https://chromewebstore.google.com/detail/stablerank-premium/gmjgekjbnhflnbjohbdkljhgechlpdlm |
Description | See how well your product will sell on Amazon. |
File Size | 21.9 KB |
Installation Count | 29 |
Current Version | 1.0 |
Last Updated | 2017-02-24 |
Publish Date | 2017-02-23 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "src\/background\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "src\/inject\/inject.js" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amzn.com\/*" ], "run_at": "document_idle" } ], "description": "See how well your product will sell on Amazon.", "manifest_version": 2, "name": "StableRank Premium", "permissions": [ "gcm", "notifications", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amzn.com\/*", "webRequestBlocking", "storage", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "img\/*.png", "file\/*.txt" ] } |