Webspotter Technology Checker & Email lookup

Identify web technologies & get emails behind any website

Wat is Webspotter Technology Checker & Email lookup?

Webspotter Technology Checker & Email lookup is een Chrome-extensie ontwikkeld door webspotter.io, en de belangrijkste functie is "Identify web technologies & get emails behind any website".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Webspotter Technology Checker & Email lookup

Download Webspotter Technology Checker & Email lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Webspotter Technology Checker & Email lookup Webspotter Technology Checker & Email lookup
ID dleekicmcmdlfpmocbpllipgohgghhoj
Officiële URL https://chromewebstore.google.com/detail/webspotter-technology-che/dleekicmcmdlfpmocbpllipgohgghhoj
Beschrijving Identify web technologies & get emails behind any website
Bestandsgrootte 634 KB
Aantal Installaties 5,445
Huidige Versie 1.05
Laatst Bijgewerkt 2019-09-18
Publicatiedatum 2019-09-18
Beoordeling 4.00/5 Totaal 12 Beoordelingen
Ontwikkelaar webspotter.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://webspotter.io
Help Pagina-URL http://webspotter.io
URL van de Privacybeleid Pagina https://webspotter.io/privacypolicy
Ondersteunde Talen 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\/*.*"
    ]
}