Visit Rank
Visit Rank | Free Domain Rank Checker
Cos'è Visit Rank?
Visit Rank è un'estensione di Chrome sviluppata da https://visitrank.com, e la sua funzione principale è "Visit Rank | Free Domain Rank Checker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Visit Rank
Scarica i file di estensione Visit Rank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Visit Rank |
ID | nlngjakjpiclcnpkdldpehjiggmcfcip |
URL Ufficiale | https://chromewebstore.google.com/detail/visit-rank/nlngjakjpiclcnpkdldpehjiggmcfcip |
Descrizione | Visit Rank | Free Domain Rank Checker |
Dimensione del File | 125 KB |
Conteggio Installazioni | 162 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-06-28 |
Data di Pubblicazione | 2017-06-28 |
Sviluppatore | https://visitrank.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.visitrank.com |
URL della Pagina di Aiuto | https://www.visitrank.com |
URL della Pagina della Politica sulla Privacy | https://www.visitrank.com/privacy |
Lingue Supportate | 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" ] } |