Linky Leads
Automated solutions for LI that allow you to keep the “personal touch” needed on that platform.
Linky Leads란 무엇입니까?
Linky Leads은(는) edakehurst에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automated solutions for LI that allow you to keep the “personal touch” needed on that platform."입니다.
확장 프로그램 스크린샷
Linky Leads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Linky Leads offers automated LI solutions, such as a default autoreply (example: out-of-office), as well as keyword-based autoresponses.
확장 프로그램 기본 정보
이름 | Linky Leads |
ID | hkkdclokefjmciimjjkblcbnolnhamfn |
공식 URL | https://chromewebstore.google.com/detail/linky-leads/hkkdclokefjmciimjjkblcbnolnhamfn |
설명 | Automated solutions for LI that allow you to keep the “personal touch” needed on that platform. |
파일 크기 | 416 KB |
설치 횟수 | 329 |
현재 버전 | 1.00.21 |
최근 업데이트 | 2023-09-12 |
출시 날짜 | 2021-12-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | edakehurst |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://geniusposts.io/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linky Leads", "version": "1.00.21", "manifest_version": 3, "description": "Automated solutions for LI that allow you to keep the \u201cpersonal touch\u201d needed on that platform.", "icons": { "16": "images\/1639852323233-smallLogo.png", "48": "images\/1639852323309-mediumLogo.png", "128": "images\/1639852323362-largeLogo.png" }, "action": { "default_title": "Linky Leads" }, "web_accessible_resources": [ { "resources": [ "*.png", "*.svg", "*.gif", "*.jpg" ], "matches": [ "https:\/\/linkyleads.io\/*" ] } ], "background": { "service_worker": "serviceWorker.js" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "permissions": [ "storage", "cookies", "alarms", "unlimitedStorage", "tabs" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*", "*:\/\/*.linkyleads.io\/*" ], "content_scripts": [ { "all_frames": false, "css": [], "js": [ "content.js" ], "matches": [ "https:\/\/*.linkedin.com\/*" ], "run_at": "document_end" }, { "all_frames": false, "css": [], "js": [ "js\/jquery-3.1.0.min.js", "js\/arrive.js", "messageOrganizer.js", "messageBroadcast.js" ], "matches": [ "https:\/\/www.linkedin.com\/*" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/linkyleads.io\/*" ] }, "short_name": "LL" } |