Visit Rank
Visit Rank | Free Domain Rank Checker
Was ist Visit Rank?
Visit Rank ist eine Chrome-Erweiterung, die von https://visitrank.com entwickelt wurde, und ihr Hauptmerkmal ist "Visit Rank | Free Domain Rank Checker".
Erweiterungsscreenshots
Visit Rank-Erweiterungs-CRX-Datei herunterladen
Laden Sie Visit Rank-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nlngjakjpiclcnpkdldpehjiggmcfcip |
| Offizielle URL | https://chromewebstore.google.com/detail/visit-rank/nlngjakjpiclcnpkdldpehjiggmcfcip |
| Beschreibung | Visit Rank | Free Domain Rank Checker |
| Dateigröße | 125 KB |
| Installationsanzahl | 162 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2017-06-28 |
| Veröffentlichungsdatum | 2017-06-28 |
| Entwickler | https://visitrank.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.visitrank.com |
| Hilfeseite URL | https://www.visitrank.com |
| URL der Datenschutzrichtlinien-Seite | https://www.visitrank.com/privacy |
| Unterstützte Sprachen | 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"
]
} | |