Linky Leads

Automated solutions for LI that allow you to keep the “personal touch” needed on that platform.

What is Linky Leads?

Linky Leads is a Chrome extension developed by edakehurst, and its main feature is "Automated solutions for LI that allow you to keep the “personal touch” needed on that platform.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Linky Leads Extension CRX File

Download Linky Leads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Linky Leads offers automated LI solutions, such as a default autoreply (example: out-of-office), as well as keyword-based autoresponses.                    

Extension Basic Information

Name Linky Leads Linky Leads
ID hkkdclokefjmciimjjkblcbnolnhamfn
Official URL https://chromewebstore.google.com/detail/linky-leads/hkkdclokefjmciimjjkblcbnolnhamfn
Description Automated solutions for LI that allow you to keep the “personal touch” needed on that platform.
File Size 416 KB
Installation Count 329
Current Version 1.00.21
Last Updated 2023-09-12
Publish Date 2021-12-20
Rating 5.00/5 Total 1 Ratings
Developer edakehurst
Email [email protected]
Payment Type free
Privacy Policy Page URL https://geniusposts.io/privacy-policy.html
Supported Languages 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"
}