Qwilr Sherlock - Email Finder
Find an email almost anyone and produce a proposal, in under a minute.
Qwilr Sherlock - Email Finder là gì?
Qwilr Sherlock - Email Finder là một tiện ích mở rộng Chrome được phát triển bởi Dylan Baskind @ Qwilr, và tính năng chính của nó là "Find an email almost anyone and produce a proposal, in under a minute.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Qwilr Sherlock - Email Finder
Tải xuống các tệp mở rộng Qwilr Sherlock - Email Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onpelfoldbpoakngjickefhdcmokjgfo |
URL Chính Thức | https://chrome.google.com/webstore/detail/qwilr-sherlock-email-find/onpelfoldbpoakngjickefhdcmokjgfo |
Mô tả | Find an email almost anyone and produce a proposal, in under a minute. |
Kích Thước Tệp | 240 KB |
Số Lần Cài Đặt | 450 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-12-03 |
Ngày Phát Hành | 2015-12-03 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Dylan Baskind @ Qwilr |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |