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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Linky Leads
ID hkkdclokefjmciimjjkblcbnolnhamfn
官方網址 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"
}