Visit Rank
Visit Rank | Free Domain Rank Checker
Co je Visit Rank?
Visit Rank je rozšíření Chrome vyvinuté https://visitrank.com, a jeho hlavní funkcí je „Visit Rank | Free Domain Rank Checker“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Visit Rank
Stáhněte si soubory rozšíření Visit Rank ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Visit Rank |
ID | nlngjakjpiclcnpkdldpehjiggmcfcip |
Oficiální URL | https://chromewebstore.google.com/detail/visit-rank/nlngjakjpiclcnpkdldpehjiggmcfcip |
Popis | Visit Rank | Free Domain Rank Checker |
Velikost souboru | 125 KB |
Počet instalací | 162 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2017-06-28 |
Datum Vydání | 2017-06-28 |
Vývojář | https://visitrank.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.visitrank.com |
URL Stránky Nápovědy | https://www.visitrank.com |
URL Stránky Zásad Ochrany Soukromí | https://www.visitrank.com/privacy |
Podporované Jazyky | 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" ] } |