OwnerURL
Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner
Τι είναι το OwnerURL;
Το OwnerURL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.promediacorp.com, και η κύρια λειτουργία του είναι "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OwnerURL
Λήψη αρχείων επέκτασης 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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:\/\/*\/" ] } |