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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*.*" ] } |