Qwilr Sherlock - Email Finder
Find an email almost anyone and produce a proposal, in under a minute.
Qu'est-ce que Qwilr Sherlock - Email Finder ?
Qwilr Sherlock - Email Finder est une extension Chrome développée par Dylan Baskind @ Qwilr, et sa fonction principale est "Find an email almost anyone and produce a proposal, in under a minute.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Qwilr Sherlock - Email Finder
Téléchargez les fichiers d'extension Qwilr Sherlock - Email Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | |
ID | onpelfoldbpoakngjickefhdcmokjgfo |
URL Officiel | https://chrome.google.com/webstore/detail/qwilr-sherlock-email-find/onpelfoldbpoakngjickefhdcmokjgfo |
Description | Find an email almost anyone and produce a proposal, in under a minute. |
Taille du Fichier | 240 KB |
Nombre d'Installations | 450 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2015-12-03 |
Date de Publication | 2015-12-03 |
Évaluation | 4.13/5 Total 8 Évaluations |
Développeur | Dylan Baskind @ Qwilr |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |