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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |