OwnerURL
Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner
OwnerURL क्या है?
OwnerURL http://www.promediacorp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OwnerURL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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:\/\/*\/" ] } |