QLU Connect

Introducing QLU Connect, the ultimate extension that seamlessly integrates QLU with LinkedIn to revolutionize your hiring process!

QLU Connect क्या है?

QLU Connect https://dnnae.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introducing QLU Connect, the ultimate extension that seamlessly integrates QLU with LinkedIn to revolutionize your hiring process!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing QLU Connect, the ultimate extension that seamlessly integrates QLU with LinkedIn to revolutionize your hiring process! QLU is a powerful platform designed to automate and streamline sourcing and outreach for recruiters and hiring managers. With this extension, easily add LinkedIn profiles to your QLU assignments in a snap. No more manual data entry!
Features:
Directly add LinkedIn profiles to your QLU assignments from profile or search pages.
Effortlessly relay personalized messages to LinkedIn inboxes through QLU for efficient candidate engagement.
Automate follow-ups with prospects who haven’t responded, ensuring no lead is left behind.
Take your hiring to the next level with QLU Connect and experience the ease of sourcing and outreach in one seamless workflow!                    

एक्सटेंशन की मूल जानकारी

नाम QLU Connect QLU Connect
ID edghcjplcffgdfbnfohbpncabclcablh
आधिकारिक URL https://chromewebstore.google.com/detail/qlu-connect/edghcjplcffgdfbnfohbpncabclcablh
विवरण Introducing QLU Connect, the ultimate extension that seamlessly integrates QLU with LinkedIn to revolutionize your hiring process!
फ़ाइल का आकार 722 KB
स्थापना संख्या 172
वर्तमान संस्करण 1.12
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2023-07-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://dnnae.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.dnnae.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QLU Connect",
    "short_name": "Qlu",
    "description": "Introducing QLU Connect, the ultimate extension that seamlessly integrates QLU with LinkedIn to revolutionize your hiring process!",
    "version": "1.12",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "alarms",
        "scripting",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Qlu - Test",
        "default_popup": "html\/popup.html",
        "default_icon": "img\/qlu-icon.png"
    },
    "icons": {
        "128": "img\/qlu-icon.png",
        "64": "img\/qlu-icon-1.png",
        "32": "img\/qlu-icon-2.png",
        "16": "img\/qlu-icon-3.png"
    },
    "author": [
        {
            "name": "Qlu",
            "email": "[email protected]"
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "js\/content_scripts\/cs_li.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/beta.qlu.ai\/*"
            ],
            "js": [
                "js\/content_scripts\/cs_qlu.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/outreach.beta.qlu.ai\/*"
            ],
            "js": [
                "js\/content_scripts\/cs_outreach.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; default-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com https:\/\/fonts.googleapis.com 'unsafe-inline'; connect-src 'self' https:\/\/www.linkedin.com https:\/\/api.beta.qlu.ai https:\/\/api.outreach.beta.qlu.ai; img-src 'self' data: https:\/\/media-exp1.licdn.com\/ https:\/\/media.licdn.com\/;"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/beta.qlu.ai\/*",
            "*:\/\/outreach.beta.qlu.ai\/*"
        ]
    },
    "background": {
        "service_worker": "bgServiceWorker.js",
        "type": "module"
    }
}