Visit Rank
Visit Rank | Free Domain Rank Checker
Qu'est-ce que Visit Rank ?
Visit Rank est une extension Chrome développée par https://visitrank.com, et sa fonction principale est "Visit Rank | Free Domain Rank Checker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Visit Rank
Téléchargez les fichiers d'extension Visit 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
Zero-click website ranking. Visit Rank covers more than 350 million web domains and subdomains. Visit Rank for Chrome automatically displays visited website rank which lets you verify how popular a website is even without a single click and without interrupting your workflow. What's unique about Visit Rank? - Traffic rank information provided in automatic and distraction-less manner - Exhaustive coverage: the well-known domains and the long tail Visit https://www.visitrank.com for more information and an online web-based version of Visit Rank.
Informations de Base sur l'Extension
Nom | Visit Rank |
ID | nlngjakjpiclcnpkdldpehjiggmcfcip |
URL Officiel | https://chromewebstore.google.com/detail/visit-rank/nlngjakjpiclcnpkdldpehjiggmcfcip |
Description | Visit Rank | Free Domain Rank Checker |
Taille du Fichier | 125 KB |
Nombre d'Installations | 162 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2017-06-28 |
Date de Publication | 2017-06-28 |
Développeur | https://visitrank.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.visitrank.com |
URL de la Page d'Aide | https://www.visitrank.com |
URL de la Page de Politique de Confidentialité | https://www.visitrank.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Visit Rank", "version": "1.0.2", "manifest_version": 2, "description": "Visit Rank | Free Domain Rank Checker", "homepage_url": "https:\/\/www.visitrank.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Visit Rank", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "fonts\/*.woff2" ] } |