OwnerURL

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

什麼是OwnerURL?

OwnerURL是由http://www.promediacorp.com開發的Chrome擴展程式,該擴展的主要功能是“Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner”。

擴展截圖

screenshot
screenshot
screenshot

下載OwnerURL擴展crx文件

下載OwnerURL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 OwnerURL OwnerURL
ID dbmgbfblmnnlaopdchccobimlmdoniej
官方網址 https://chrome.google.com/webstore/detail/ownerurl/dbmgbfblmnnlaopdchccobimlmdoniej
簡介 Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner
檔案大小 20.45 KB
安裝次數 55
目前版本 1.4
更新時間 2014-12-19
上架時間 2014-12-19
開發者 http://www.promediacorp.com
付費類型 free
擴展官網 http://www.promediacorp.com
支援的語言 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:\/\/*\/"
    ]
}