Qwilr Sherlock - Email Finder
Find an email almost anyone and produce a proposal, in under a minute.
Co to jest Qwilr Sherlock - Email Finder?
Qwilr Sherlock - Email Finder to rozszerzenie Chrome opracowane przez Dylan Baskind @ Qwilr, a jego główną funkcją jest „Find an email almost anyone and produce a proposal, in under a minute.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Qwilr Sherlock - Email Finder
Pobierz pliki rozszerzeń Qwilr Sherlock - Email Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | onpelfoldbpoakngjickefhdcmokjgfo |
Oficjalny URL | https://chrome.google.com/webstore/detail/qwilr-sherlock-email-find/onpelfoldbpoakngjickefhdcmokjgfo |
Opis | Find an email almost anyone and produce a proposal, in under a minute. |
Rozmiar pliku | 240 KB |
Liczba instalacji | 450 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-12-03 |
Data Publikacji | 2015-12-03 |
Ocena | 4.13/5 Łącznie 8 Oceny |
Deweloper | Dylan Baskind @ Qwilr |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |