LeadRadar - LinkedIn automation tool

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

Qu'est-ce que LeadRadar - LinkedIn automation tool ?

LeadRadar - LinkedIn automation tool est une extension Chrome développée par https://leadradar.io, et sa fonction principale est "LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LeadRadar - LinkedIn automation tool

Téléchargez les fichiers d'extension LeadRadar - LinkedIn automation tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom LeadRadar - LinkedIn automation tool LeadRadar - LinkedIn automation tool
ID hllcjbhgepnhcpllbheeoponaopnfpeo
URL Officiel https://chromewebstore.google.com/detail/leadradar-linkedin-automa/hllcjbhgepnhcpllbheeoponaopnfpeo
Description LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…
Taille du Fichier 2.75 MB
Nombre d'Installations 215
Version Actuelle 1.5.20
Dernière Mise à Jour 2019-11-16
Date de Publication 2019-11-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://leadradar.io
Type de Paiement free
Langues Prises en Charge 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'"
}