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ファイルをダウンロード
Linky Leads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |