OwnerURL
Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner
Qu'est-ce que OwnerURL ?
OwnerURL est une extension Chrome développée par http://www.promediacorp.com, et sa fonction principale est "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OwnerURL
Téléchargez les fichiers d'extension OwnerURL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | dbmgbfblmnnlaopdchccobimlmdoniej |
URL Officiel | https://chrome.google.com/webstore/detail/ownerurl/dbmgbfblmnnlaopdchccobimlmdoniej |
Description | Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner |
Taille du Fichier | 20.45 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2014-12-19 |
Date de Publication | 2014-12-19 |
Développeur | http://www.promediacorp.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.promediacorp.com |
Langues Prises en Charge | 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:\/\/*\/" ] } |