Finder: Find email addresses from any website
Find email addresses and technologies behind the websites you are browsing.
Wat is Finder: Find email addresses from any website?
Finder: Find email addresses from any website is een Chrome-extensie ontwikkeld door https://finder.app, en de belangrijkste functie is "Find email addresses and technologies behind the websites you are browsing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Finder: Find email addresses from any website
Download Finder: Find email addresses from any website-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
Finder will help you find every email address possible and current technologies from any website. Contacting certain websites didn't use to be this easy.
Basisinformatie over de Extensie
Naam | Finder: Find email addresses from any website |
ID | ahkekmkphijfichfheaolighelfmifaj |
Officiële URL | https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj |
Beschrijving | Find email addresses and technologies behind the websites you are browsing. |
Bestandsgrootte | 1.39 MB |
Aantal Installaties | 271 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2020-10-15 |
Publicatiedatum | 2020-05-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://finder.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://finder.app |
Help Pagina-URL | https://finder.app/pricing |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Finder: Find email addresses from any website", "short_name": "Finder", "version": "1.1.4", "manifest_version": 2, "description": "Find email addresses and technologies behind the websites you are browsing.", "homepage_url": "https:\/\/finder.app", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Find emails", "default_popup": "html\/browser_popup.html" }, "permissions": [ "tabs", "cookies", "activeTab", "contextMenus" ], "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/background.min.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*", "fonts\/*", "html\/source_popup.html" ], "externally_connectable": { "matches": [ "*:\/\/*.finder.app\/*" ] }, "omnibox": { "keyword": "finder" } } |