OwnerURL
Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner
OwnerURL là gì?
OwnerURL là một tiện ích mở rộng Chrome được phát triển bởi http://www.promediacorp.com, và tính năng chính của nó là "Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OwnerURL
Tải xuống các tệp mở rộng OwnerURL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dbmgbfblmnnlaopdchccobimlmdoniej |
URL Chính Thức | https://chrome.google.com/webstore/detail/ownerurl/dbmgbfblmnnlaopdchccobimlmdoniej |
Mô tả | Uses data from Google Stret View & the WHOIS database to reveal the location of the URL owner |
Kích Thước Tệp | 20.45 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2014-12-19 |
Ngày Phát Hành | 2014-12-19 |
Nhà Phát Triển | http://www.promediacorp.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.promediacorp.com |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |