Webspotter Technology Checker & Email lookup
Identify web technologies & get emails behind any website
Webspotter Technology Checker & Email lookup क्या है?
Webspotter Technology Checker & Email lookup webspotter.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identify web technologies & get emails behind any website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Webspotter Technology Checker & Email lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Find out what technologies are used on a particular website and get the emails of its owners using Webspotter browser extension. This extension detects eCommerce platforms, CMS (as well as CMS plugins, modules and themes), web servers and many more. You can also find out the site’s Open Page rank, Alexa Top Sites position, and other parameters. Use Webspotter’s Google extension and get all the necessary data in one click. Here is the list of 500+ technologies Webspotter tracks: https://webspotter.io/techs Webspotter is a greate alternative to Wappalyzer, Snovio, WhatRuns, BuiltWith, PageXray, Datanyze, Hunter and Email Finder.
एक्सटेंशन की मूल जानकारी
नाम | Webspotter Technology Checker & Email lookup |
ID | dleekicmcmdlfpmocbpllipgohgghhoj |
आधिकारिक URL | https://chromewebstore.google.com/detail/webspotter-technology-che/dleekicmcmdlfpmocbpllipgohgghhoj |
विवरण | Identify web technologies & get emails behind any website |
फ़ाइल का आकार | 634 KB |
स्थापना संख्या | 5,445 |
वर्तमान संस्करण | 1.05 |
अंतिम अपडेट | 2019-09-18 |
प्रकाशन तिथि | 2019-09-18 |
रेटिंग | 4.00/5 कुल 12 रेटिंग्स |
डेवलपर | webspotter.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://webspotter.io |
सहायता पृष्ठ URL | http://webspotter.io |
गोपनीयता नीति पृष्ठ URL | https://webspotter.io/privacypolicy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webspotter Technology Checker & Email lookup", "description": "Identify web technologies & get emails behind any website", "version": "1.05", "icons": { "16": "img\/icon16.png", "48": "img\/icon32.png" }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/Components\/Helper\/Helper.js", "js\/Services\/HttpService\/HttpService.js", "js\/Components\/Webspotter\/Webspotter.js", "js\/background.js" ] }, "permissions": [ "tabs", "storage", "cookies", "http:\/\/*.webspotter.io\/*", "https:\/\/*.webspotter.io\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "css": [ "css\/font-awesome.css", "css\/webspotter.css", "css\/popup.css", "css\/content.css" ], "js": [ "js\/Components\/Helper\/Helper.js", "js\/Services\/HttpService\/HttpService.js", "js\/Components\/Webspotter\/Webspotter.js", "js\/content.js" ] } ], "web_accessible_resources": [ "fonts\/*.*" ] } |