Webspotter Technology Checker & Email lookup

Identify web technologies & get emails behind any website

Webspotter Technology Checker & Email lookup là gì?

Webspotter Technology Checker & Email lookup là một tiện ích mở rộng Chrome được phát triển bởi webspotter.io, và tính năng chính của nó là "Identify web technologies & get emails behind any website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webspotter Technology Checker & Email lookup

Tải xuống các tệp mở rộng Webspotter Technology Checker & Email lookup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webspotter Technology Checker & Email lookup Webspotter Technology Checker & Email lookup
ID dleekicmcmdlfpmocbpllipgohgghhoj
URL Chính Thức https://chromewebstore.google.com/detail/webspotter-technology-che/dleekicmcmdlfpmocbpllipgohgghhoj
Mô tả Identify web technologies & get emails behind any website
Kích Thước Tệp 634 KB
Số Lần Cài Đặt 5,445
Phiên Bản Hiện Tại 1.05
Cập Nhật Lần Cuối 2019-09-18
Ngày Phát Hành 2019-09-18
Đánh Giá 4.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển webspotter.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://webspotter.io
URL Trang Trợ Giúp http://webspotter.io
URL Trang Chính Sách Bảo Mật https://webspotter.io/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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\/*.*"
    ]
}