Qwilr Sherlock - Email Finder
Find an email almost anyone and produce a proposal, in under a minute.
什么是Qwilr Sherlock - Email Finder?
Qwilr Sherlock - Email Finder是由Dylan Baskind @ Qwilr开发的Chrome扩展程序,该扩展的主要功能是“Find an email almost anyone and produce a proposal, in under a minute.”。
扩展截图
下载Qwilr Sherlock - Email Finder扩展crx文件
下载Qwilr Sherlock - Email Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | |
ID | onpelfoldbpoakngjickefhdcmokjgfo |
官方URL | https://chrome.google.com/webstore/detail/qwilr-sherlock-email-find/onpelfoldbpoakngjickefhdcmokjgfo |
简介 | Find an email almost anyone and produce a proposal, in under a minute. |
文件大小 | 240 KB |
安装次数 | 450 |
当前版本 | 1.2 |
更新时间 | 2015-12-03 |
上架时间 | 2015-12-03 |
评分 | 4.13/5 共8次评分 |
开发者 | Dylan Baskind @ Qwilr |
付费类型 | free |
支持的语言 | 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" ] } |