LeadRadar - LinkedIn automation tool

LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…

LeadRadar - LinkedIn automation tool क्या है?

LeadRadar - LinkedIn automation tool https://leadradar.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…"।

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

screenshot

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

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

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

                        LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts with filters and tags and help your  profile grow by sending multiple connection requests and messages with a single click.

With LeadRadar you will be able to:
- organize your contacts and 2nd degree profiles with agile filters and tags
- automatically send connection requests and messages to targeted profiles
- view pages of your target audience to attract attention to your profile
- calculate your LinkedIn activity statistics
- export contact data of your 1st degree connections                    

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

नाम LeadRadar - LinkedIn automation tool LeadRadar - LinkedIn automation tool
ID hllcjbhgepnhcpllbheeoponaopnfpeo
आधिकारिक URL https://chromewebstore.google.com/detail/leadradar-linkedin-automa/hllcjbhgepnhcpllbheeoponaopnfpeo
विवरण LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…
फ़ाइल का आकार 2.75 MB
स्थापना संख्या 215
वर्तमान संस्करण 1.5.20
अंतिम अपडेट 2019-11-16
प्रकाशन तिथि 2019-11-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://leadradar.io
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeadRadar - LinkedIn automation tool",
    "version": "1.5.20",
    "offline_enabled": true,
    "icons": {
        "512": "favicon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/vsearch\/*",
                "*:\/\/www.linkedin.com\/vsearch\/*",
                "*:\/\/linkedin.com\/search\/*",
                "*:\/\/www.linkedin.com\/search\/*"
            ],
            "js": [
                "integration.js"
            ]
        },
        {
            "matches": [
                "*:\/\/linkedin.com\/*",
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery.cookie.js",
                "content.js",
                "socket.io.js",
                "page\/js\/socket.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "LinkedIn Extension",
        "default_icon": {
            "512": "favicon.png"
        }
    },
    "permissions": [
        "*:\/\/linkedin.com\/",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/liext.local\/",
        "*:\/\/leadradar.io\/",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}