Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
Was ist Site Geo IP Locator?
Site Geo IP Locator ist eine Chrome-Erweiterung, die von OpenAdminTools.com entwickelt wurde, und ihr Hauptmerkmal ist "Shows the IP address of current web site, locate the IP geolocation on the map.".
Erweiterungsscreenshots
Site Geo IP Locator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Site Geo IP Locator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is a GEO IP locator for webmaster. If you click the icon in the a tab that opened a web page, it shows the IP address of current web site, locate the IP geolocation on the map. If you click the icon in a blank tab, it shows your current IP address. This extension is great for SEO research and web developers. Download and enjoy! =================================================== Developer: https://ip.openadmintools.com Partner: http://www.chromefans.org
Grundlegende Informationen zur Erweiterung
Name | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
Offizielle URL | https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok |
Beschreibung | Shows the IP address of current web site, locate the IP geolocation on the map. |
Dateigröße | 137 KB |
Installationsanzahl | 2,729 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2019-07-04 |
Veröffentlichungsdatum | 2019-07-03 |
Bewertung | 4.65/5 Insgesamt 236 Bewertungen |
Entwickler | OpenAdminTools.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.openadmintools.com/ |
Hilfeseite URL | https://ip.openadmintools.com/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ip.openadmintools.com\/; object-src 'self'", "browser_action": { "default_icon": { "19": "image\/logo-19.png", "38": "image\/logo-38.png" }, "default_title": "Site Geo IP Locator", "name": "Site Geo IP Locator", "default_popup": "popup.html" }, "description": "Shows the IP address of current web site, locate the IP geolocation on the map.", "icons": { "32": "image\/logo-32.png", "48": "image\/logo-48.png", "64": "image\/logo-64.png", "128": "image\/logo-128.png" }, "name": "Site Geo IP Locator", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |