SEMRush Rank
This extension displays the SEMRush Rank for the current page
Qu'est-ce que SEMRush Rank ?
SEMRush Rank est une extension Chrome développée par https://toolbarbrowser.com, et sa fonction principale est "This extension displays the SEMRush Rank for the current page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SEMRush Rank
Téléchargez les fichiers d'extension SEMRush Rank au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SEMRush Rank |
ID | idbhoeaiokcojcgappfigpifhpkjgmab |
URL Officiel | https://chromewebstore.google.com/detail/semrush-rank/idbhoeaiokcojcgappfigpifhpkjgmab |
Description | This extension displays the SEMRush Rank for the current page |
Taille du Fichier | 16.41 KB |
Nombre d'Installations | 35,142 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-03-10 |
Date de Publication | 2015-03-09 |
Évaluation | 3.69/5 Total 16 Évaluations |
Développeur | https://toolbarbrowser.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.toolbarbrowser.com |
URL de la Page d'Aide | http://www.toolbarbrowser.com/contact.htm |
Langues Prises en Charge | 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" } } |