Discoverly
Reveal, and now save, more complete social contact info alongside those online profiles you normally view.
什麼是Discoverly?
Discoverly是由https://discover.ly開發的Chrome擴展程式,該擴展的主要功能是“Reveal, and now save, more complete social contact info alongside those online profiles you normally view.”。
擴展截圖
下載Discoverly擴展crx文件
下載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]. 擴展基本資訊
| 名稱 | |
| ID | dijhcpbkalfgkcebgoncjmfpbamihgaf |
| 官方網址 | 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": [
" | |