Discoverly
Reveal, and now save, more complete social contact info alongside those online profiles you normally view.
Qu'est-ce que Discoverly ?
Discoverly est une extension Chrome développée par https://discover.ly, et sa fonction principale est "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Discoverly
Téléchargez les fichiers d'extension Discoverly au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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].
Informations de Base sur l'Extension
Nom | Discoverly |
ID | dijhcpbkalfgkcebgoncjmfpbamihgaf |
URL Officiel | https://chromewebstore.google.com/detail/discoverly/dijhcpbkalfgkcebgoncjmfpbamihgaf |
Description | Reveal, and now save, more complete social contact info alongside those online profiles you normally view. |
Taille du Fichier | 294 KB |
Nombre d'Installations | 32,792 |
Version Actuelle | 1.17 |
Dernière Mise à Jour | 2024-01-27 |
Date de Publication | 2020-05-26 |
Évaluation | 4.01/5 Total 365 Évaluations |
Développeur | https://discover.ly |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://discover.ly/ |
URL de la Page d'Aide | http://discover.ly/ |
URL de la Page de Politique de Confidentialité | http://discover.ly/about/privacy |
Langues Prises en Charge | 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": [ " |