Discoverly
Reveal, and now save, more complete social contact info alongside those online profiles you normally view.
Was ist Discoverly?
Discoverly ist eine Chrome-Erweiterung, die von https://discover.ly entwickelt wurde, und ihr Hauptmerkmal ist "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.".
Erweiterungsscreenshots
Discoverly-Erweiterungs-CRX-Datei herunterladen
Laden Sie Discoverly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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].
Grundlegende Informationen zur Erweiterung
Name | Discoverly |
ID | dijhcpbkalfgkcebgoncjmfpbamihgaf |
Offizielle URL | https://chromewebstore.google.com/detail/discoverly/dijhcpbkalfgkcebgoncjmfpbamihgaf |
Beschreibung | Reveal, and now save, more complete social contact info alongside those online profiles you normally view. |
Dateigröße | 294 KB |
Installationsanzahl | 32,792 |
Aktuelle Version | 1.17 |
Letztes Update | 2024-01-27 |
Veröffentlichungsdatum | 2020-05-26 |
Bewertung | 4.01/5 Insgesamt 365 Bewertungen |
Entwickler | https://discover.ly |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://discover.ly/ |
Hilfeseite URL | http://discover.ly/ |
URL der Datenschutzrichtlinien-Seite | http://discover.ly/about/privacy |
Unterstützte Sprachen | 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": [ " |