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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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