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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find an email almost anyone and produce a proposal, in under a minute."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Qwilr Sherlock - Email Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |