Finder: Find email addresses from any website
Find email addresses and technologies behind the websites you are browsing.
Hvad er Finder: Find email addresses from any website?
Finder: Find email addresses from any website er en Chrome-udvidelse udviklet af https://finder.app, og dens hovedfunktion er "Find email addresses and technologies behind the websites you are browsing.".
Udvidelsesskærmbilleder
Download Finder: Find email addresses from any website-udvidelses-CRX-fil
Download Finder: Find email addresses from any website-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Finder: Find email addresses from any website |
ID | ahkekmkphijfichfheaolighelfmifaj |
Officiel URL | https://chromewebstore.google.com/detail/finder-find-email-address/ahkekmkphijfichfheaolighelfmifaj |
Beskrivelse | Find email addresses and technologies behind the websites you are browsing. |
Filstørrelse | 1.39 MB |
Antal Installationer | 271 |
Nuværende Version | 1.1.4 |
Senest Opdateret | 2020-10-15 |
Udgivelsesdato | 2020-05-24 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://finder.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://finder.app |
Hjælpeside-URL | https://finder.app/pricing |
Understøttede Sprog | 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" } } |