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 |
官方網址 | 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" ] } |