Linky Leads

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

Linky Leads क्या है?

Linky Leads edakehurst द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automated solutions for LI that allow you to keep the “personal touch” needed on that platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Linky Leads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
}