LinkeDating - The Dating Extension
The extension will add a little 'heart' icon to every profile picture of its active users in LinkedIn™ feed. A 'heart' in the…
LinkeDating - The Dating Extension란 무엇입니까?
LinkeDating - The Dating Extension은(는) M&T에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension will add a little 'heart' icon to every profile picture of its active users in LinkedIn™ feed. A 'heart' in the…"입니다.
확장 프로그램 스크린샷
LinkeDating - The Dating Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension will add a little 'heart' icon to every profile picture of its active users in LinkedIn™ feed. A 'heart' in the profile picture signals that the user is seeking love and you may try to connect. Have you found someone you like? Contact him via regular chat. A list of all active users will appear on the left bottom corner for easy search. Our interface is neat yet informative. With our solution, you can learn more about your dates background before taking a step and reaching out. You can turn it on/off simply by clicking the switch in the upper right corner. It is totally free, no subscription required, no distracting ads, and no premium versions. We respect your privacy - we do not collect your passwords, location, or web browsing behavior. We do not sell your personal information to anyone. Note: LinkedIn™ is a trademark of LinkedIn Corporation Ltd. LinkeDating is not related in any way to LinkedIn Corporation.
확장 프로그램 기본 정보
이름 | |
ID | ngfndoogdgkfnkkikihaacjpdhjjdjjl |
공식 URL | https://chrome.google.com/webstore/detail/linkedating-the-dating-ex/ngfndoogdgkfnkkikihaacjpdhjjdjjl |
설명 | The extension will add a little 'heart' icon to every profile picture of its active users in LinkedIn™ feed. A 'heart' in the… |
파일 크기 | 72.29 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.1.1 |
최근 업데이트 | 2023-02-13 |
출시 날짜 | 2023-02-13 |
평점 | 5.00/5 총 52 개의 평점 |
개발자 | M&T |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://linkedating.com |
개인정보 보호 정책 페이지 URL | https://linkedating.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkeDating - The Dating Extension", "version": "1.0.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "host_permissions": [ "*:\/\/www.linkedin.com\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.linkedin.com\/*" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/utils.js", "js\/storage.js", "js\/requests.js", "js\/static.js", "js\/main.js", "js\/button.js", "js\/userList.js", "js\/content.js", "js\/marker.js" ], "css": [ "css\/button.css", "css\/marker.css", "css\/userList.css" ] } ], "web_accessible_resources": [ { "resources": [ "heart.svg", "ghost.svg", "logo.svg", "logo-dark.svg" ], "matches": [ "*:\/\/www.linkedin.com\/*" ] } ] } |