Site Geo IP Locator
Shows the IP address of current web site, locate the IP geolocation on the map.
Site Geo IP Locator क्या है?
Site Geo IP Locator OpenAdminTools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the IP address of current web site, locate the IP geolocation on the map."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Site Geo IP Locator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Site Geo IP Locator |
ID | mdpfciefafhdagbdcnklaepcgeobgaok |
आधिकारिक URL | https://chromewebstore.google.com/detail/site-geo-ip-locator/mdpfciefafhdagbdcnklaepcgeobgaok |
विवरण | Shows the IP address of current web site, locate the IP geolocation on the map. |
फ़ाइल का आकार | 137 KB |
स्थापना संख्या | 2,729 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2019-07-04 |
प्रकाशन तिथि | 2019-07-03 |
रेटिंग | 4.65/5 कुल 236 रेटिंग्स |
डेवलपर | OpenAdminTools.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.openadmintools.com/ |
सहायता पृष्ठ URL | https://ip.openadmintools.com/ |
समर्थित भाषाएँ | 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:\/\/*\/" ] } |