Webspotter Technology Checker & Email lookup

Identify web technologies & get emails behind any website

¿Qué es Webspotter Technology Checker & Email lookup?

Webspotter Technology Checker & Email lookup es una extensión de Chrome desarrollada por webspotter.io, y su función principal es "Identify web technologies & get emails behind any website".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Webspotter Technology Checker & Email lookup

Descarga archivos de extensión Webspotter Technology Checker & Email lookup en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Webspotter Technology Checker & Email lookup Webspotter Technology Checker & Email lookup
ID dleekicmcmdlfpmocbpllipgohgghhoj
URL Oficial https://chromewebstore.google.com/detail/webspotter-technology-che/dleekicmcmdlfpmocbpllipgohgghhoj
Descripción Identify web technologies & get emails behind any website
Tamaño del Archivo 634 KB
Cantidad de Instalaciones 5,445
Versión Actual 1.05
Última Actualización 2019-09-18
Fecha de Publicación 2019-09-18
Calificación 4.00/5 Total de 12 Calificaciones
Desarrollador webspotter.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://webspotter.io
URL de la Página de Ayuda http://webspotter.io
URL de la Página de Política de Privacidad https://webspotter.io/privacypolicy
Idiomas Soportados 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\/*.*"
    ]
}