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
公式URL 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:\/\/*\/"
    ]
}