SEMRush Rank
This extension displays the SEMRush Rank for the current page
What is SEMRush Rank?
SEMRush Rank is a Chrome extension developed by https://toolbarbrowser.com, and its main feature is "This extension displays the SEMRush Rank for the current page".
Extension Screenshots
Download SEMRush Rank Extension CRX File
Download SEMRush Rank 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
Our SEMRush Rank Chrome extension displays the SEMRush page rank on the toolbar without the need for extra clicks. Also see our Compete Rank, PI Rank and Alexa Rank extensions. See our website for SEO add ons for Internet Explorer and Firefox.
Extension Basic Information
Name | SEMRush Rank |
ID | idbhoeaiokcojcgappfigpifhpkjgmab |
Official URL | https://chromewebstore.google.com/detail/semrush-rank/idbhoeaiokcojcgappfigpifhpkjgmab |
Description | This extension displays the SEMRush Rank for the current page |
File Size | 16.41 KB |
Installation Count | 35,142 |
Current Version | 1.2 |
Last Updated | 2015-03-10 |
Publish Date | 2015-03-09 |
Rating | 3.69/5 Total 16 Ratings |
Developer | https://toolbarbrowser.com |
Payment Type | free |
Extension Website | http://www.toolbarbrowser.com |
Help Page URL | http://www.toolbarbrowser.com/contact.htm |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEMRush Rank", "description": "This extension displays the SEMRush Rank for the current page", "version": "1.2", "permissions": [ "tabs", "http:\/\/trellian.publicapi.semrush.com\/", "http:\/\/rank.trellian.com\/" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "sem-rush-16.png", "48": "sem-rush-48.png", "128": "sem-rush-128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "SEMRush Rank" } } |