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\/*.*" ] } |