Qwilr Sherlock - Email Finder

Find an email almost anyone and produce a proposal, in under a minute.

What is Qwilr Sherlock - Email Finder?

Qwilr Sherlock - Email Finder is a Chrome extension developed by Dylan Baskind @ Qwilr, and its main feature is "Find an email almost anyone and produce a proposal, in under a minute.".

Extension Screenshots

screenshot
screenshot

Download Qwilr Sherlock - Email Finder Extension CRX File

Download Qwilr Sherlock - Email Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Qwilr Sherlock - Email Finder Qwilr Sherlock - Email Finder
ID onpelfoldbpoakngjickefhdcmokjgfo
Official URL 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.
File Size 240 KB
Installation Count 450
Current Version 1.2
Last Updated 2015-12-03
Publish Date 2015-12-03
Rating 4.13/5 Total 8 Ratings
Developer Dylan Baskind @ Qwilr
Payment Type free
Supported Languages 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"
    ]
}