OwnerURL

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

Cos'è OwnerURL?

OwnerURL è un'estensione di Chrome sviluppata da http://www.promediacorp.com, e la sua funzione principale è "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OwnerURL

Scarica i file di estensione OwnerURL 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

                        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!                    

Informazioni di Base sull'Estensione

Nome OwnerURL OwnerURL
ID dbmgbfblmnnlaopdchccobimlmdoniej
URL Ufficiale https://chrome.google.com/webstore/detail/ownerurl/dbmgbfblmnnlaopdchccobimlmdoniej
Descrizione Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner
Dimensione del File 20.45 KB
Conteggio Installazioni 55
Versione Corrente 1.4
Ultimo Aggiornamento 2014-12-19
Data di Pubblicazione 2014-12-19
Sviluppatore http://www.promediacorp.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.promediacorp.com
Lingue Supportate 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:\/\/*\/"
    ]
}