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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Webspotter Technology Checker & Email lookup
ID dleekicmcmdlfpmocbpllipgohgghhoj
官方網址 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\/*.*"
    ]
}