Webspotter Technology Checker & Email lookup
Identify web technologies & get emails behind any website
Webspotter Technology Checker & Email lookupคืออะไร?
Webspotter Technology Checker & Email lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webspotter.io และคุณลักษณะหลักของมันคือ "Identify web technologies & get emails behind any website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webspotter Technology Checker & Email lookup
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*.*" ] } |