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开发的Chrome扩展程序,该扩展的主要功能是“Identify web technologies & get emails behind any website”。
扩展截图
下载Webspotter Technology Checker & Email lookup扩展crx文件
下载Webspotter Technology Checker & Email lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*.*" ] } |