Qwilr Sherlock - Email Finder
Find an email almost anyone and produce a proposal, in under a minute.
Hvad er Qwilr Sherlock - Email Finder?
Qwilr Sherlock - Email Finder er en Chrome-udvidelse udviklet af Dylan Baskind @ Qwilr, og dens hovedfunktion er "Find an email almost anyone and produce a proposal, in under a minute.".
Udvidelsesskærmbilleder
Download Qwilr Sherlock - Email Finder-udvidelses-CRX-fil
Download Qwilr Sherlock - Email Finder-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
Qwilr's Sherlock generates permutations of emails. If you're a sales person, a content person doing social outreach, or a marketer looking for influencer contacts then Sherlock is for you. Designed and built by the same product team that brought you Qwilr (https://qwilr.com).
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | onpelfoldbpoakngjickefhdcmokjgfo |
Officiel URL | https://chrome.google.com/webstore/detail/qwilr-sherlock-email-find/onpelfoldbpoakngjickefhdcmokjgfo |
Beskrivelse | Find an email almost anyone and produce a proposal, in under a minute. |
Filstørrelse | 240 KB |
Antal Installationer | 450 |
Nuværende Version | 1.2 |
Senest Opdateret | 2015-12-03 |
Udgivelsesdato | 2015-12-03 |
Bedømmelse | 4.13/5 Samlet 8 Bedømmelser |
Udvikler | Dylan Baskind @ Qwilr |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Qwilr Sherlock - Email Finder", "description": "Find an email almost anyone and produce a proposal, in under a minute.", "version": "1.2", "icons": { "16": "Assets\/icon-16.png", "48": "Assets\/icon-48.png", "128": "Assets\/icon-128.png" }, "browser_action": { "default_icon": { "16": "Assets\/icon-16.png", "48": "Assets\/icon-48.png" }, "default_title": "Qwilr Sherlock", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/use.typekit.net http:\/\/localhost:8080; object-src 'self'", "web_accessible_resources": [ "index.html" ], "permissions": [ "*:\/\/localhost\/*", "*:\/\/use.typekit.net\/*", "webRequest", "webRequestBlocking" ] } |