Discoverly
Reveal, and now save, more complete social contact info alongside those online profiles you normally view.
Что такое Discoverly?
Discoverly - это расширение Chrome, разработанное https://discover.ly, и его основная функция - "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.".
Снимки экрана расширения
Скачать файл CRX расширения Discoverly
Скачайте файлы расширений Discoverly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Gmail, Facebook, Twitter & LinkedIn don't play well together, but Discoverly helps them "play nice." • Gmail: see contacts' work info, mutual connections and tweets (with Rapportive too!) • LinkedIn profiles: see when you have mutual Facebook friends and tweets. • Facebook profiles: see LinkedIn info, mutual connections and tweets • Twitter profiles: see LinkedIn info, mutual connections from Facebook and LinkedIn Great for a job hunter, sales, recruiting, entrepreneurs and anyone looking to find an email address. If you experience any issues, please email: [email protected].
Основная информация о расширении
Название | Discoverly |
ID | dijhcpbkalfgkcebgoncjmfpbamihgaf |
Официальный URL | https://chromewebstore.google.com/detail/discoverly/dijhcpbkalfgkcebgoncjmfpbamihgaf |
Описание | Reveal, and now save, more complete social contact info alongside those online profiles you normally view. |
Размер файла | 294 KB |
Количество установок | 32,792 |
Текущая Версия | 1.17 |
Последнее Обновление | 2024-01-27 |
Дата публикации | 2020-05-26 |
Рейтинг | 4.01/5 Всего 365 оценок |
Разработчик | https://discover.ly |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://discover.ly/ |
URL страницы помощи | http://discover.ly/ |
URL страницы политики конфиденциальности | http://discover.ly/about/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discoverly", "description": "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.", "version": "1.17", "permissions": [ "tabs", "activeTab", "cookies", "storage", "runtime", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "icons": { "16": "\/img\/dly-icon_16.png", "32": "\/img\/dly-icon_32.png", "48": "\/img\/dly-icon_48.png", "128": "\/img\/dly-icon_128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/img\/dly-icon_16.png", "32": "\/img\/dly-icon_32.png", "48": "\/img\/dly-icon_48.png", "128": "\/img\/dly-icon_128.png" } }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.twitter.com\/*", "https:\/\/discover.ly\/*" ], "js": [ "content_scripts.js", "installation_check.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "matches": [ " |