CR LinkedIn Automatic Message Sender

Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.

Was ist CR LinkedIn Automatic Message Sender?

CR LinkedIn Automatic Message Sender ist eine Chrome-Erweiterung, die von connectionrequests.com entwickelt wurde, und ihr Hauptmerkmal ist "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.".

Erweiterungsscreenshots

screenshot

CR LinkedIn Automatic Message Sender-Erweiterungs-CRX-Datei herunterladen

Laden Sie CR LinkedIn Automatic Message Sender-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        It facilitates user to communicate with their LinkedIn fellows by using LinkedIn messaging service. Instead of sending messages to fellow LinkedIn user manually and investing lot of time user can install this extension and automate LinkedIn messaging. User can send customized messages to their fellow LinkedIn users which LinkedIn allows.                    

Grundlegende Informationen zur Erweiterung

Name CR LinkedIn Automatic Message Sender CR LinkedIn Automatic Message Sender
ID pfpchkdlfkmdflpfkmfimnljnfeohbml
Offizielle URL https://chrome.google.com/webstore/detail/cr-linkedin-automatic-mes/pfpchkdlfkmdflpfkmfimnljnfeohbml
Beschreibung Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.
Dateigröße 2.46 MB
Installationsanzahl 33
Aktuelle Version 1.2.6
Letztes Update 2021-05-01
Veröffentlichungsdatum 2021-02-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler connectionrequests.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://connectionrequests.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CR LinkedIn Automatic Message Sender",
    "version": "1.2.6",
    "description": "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.",
    "icons": {
        "16": "static\/img\/icon16.png",
        "48": "static\/img\/icon48.png",
        "128": "static\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/img\/icon16.png",
        "default_title": "CR Message Sender",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/search\/results\/*",
                "*:\/\/*.linkedin.com\/groups\/*\/members\/*"
            ],
            "js": [
                "content.main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "notifications"
    ]
}