OwnerURL
Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner
O que é OwnerURL?
OwnerURL é uma extensão do Chrome desenvolvida por http://www.promediacorp.com, e sua principal característica é "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OwnerURL
Baixe arquivos de extensão OwnerURL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
See the physical location of the website owner with a single click in your browser! Helps you determine the legitimacy of the current URL you are on. Are they operating out of a basement, or a fancy NYC skyscraper? Uses data from the WHOIS database as well as Google Street View, to instantly reveal the 'man behind the curtain'. Use cases include: - Improving sales prospecting - Quick location lookup of business on a Google map - Preventing phishing / security - Viewing corporate HQ's - Many more!
Informações Básicas da Extensão
Nome | |
ID | dbmgbfblmnnlaopdchccobimlmdoniej |
URL Oficial | https://chrome.google.com/webstore/detail/ownerurl/dbmgbfblmnnlaopdchccobimlmdoniej |
Descrição | Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner |
Tamanho do Arquivo | 20.45 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.4 |
Última Atualização | 2014-12-19 |
Data de Publicação | 2014-12-19 |
Desenvolvedor | http://www.promediacorp.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.promediacorp.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/mts1.googleapis.com\/ https:\/\/mts0.googleapis.com\/ https:\/\/cbks0.googleapis.com\/ https:\/\/ajax.googleapis.com https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'", "name": "OwnerURL", "short_name": "Verify the legitimicy of the website you are on with a single click!", "description": "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner", "version": "1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "http:\/\/www.whoisxmlapi.com\/", "http:\/\/maps.googleapis.com\/", "https:\/\/maps.gstatic.com\/", "http:\/\/*\/" ] } |