OwnerURL

Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner

¿Qué es OwnerURL?

OwnerURL es una extensión de Chrome desarrollada por http://www.promediacorp.com, y su función principal es "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OwnerURL

Descarga archivos de extensión OwnerURL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre OwnerURL OwnerURL
ID dbmgbfblmnnlaopdchccobimlmdoniej
URL Oficial https://chrome.google.com/webstore/detail/ownerurl/dbmgbfblmnnlaopdchccobimlmdoniej
Descripción Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner
Tamaño del Archivo 20.45 KB
Cantidad de Instalaciones 55
Versión Actual 1.4
Última Actualización 2014-12-19
Fecha de Publicación 2014-12-19
Desarrollador http://www.promediacorp.com
Tipo de Pago free
Sitio Web de la Extensión http://www.promediacorp.com
Idiomas Soportados 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:\/\/*\/"
    ]
}