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" ] } |