CR LinkedIn Automatic Message Sender

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

Wat is CR LinkedIn Automatic Message Sender?

CR LinkedIn Automatic Message Sender is een Chrome-extensie ontwikkeld door connectionrequests.com, en de belangrijkste functie is "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CR LinkedIn Automatic Message Sender

Download CR LinkedIn Automatic Message Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CR LinkedIn Automatic Message Sender CR LinkedIn Automatic Message Sender
ID pfpchkdlfkmdflpfkmfimnljnfeohbml
Officiële URL https://chrome.google.com/webstore/detail/cr-linkedin-automatic-mes/pfpchkdlfkmdflpfkmfimnljnfeohbml
Beschrijving Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.
Bestandsgrootte 2.46 MB
Aantal Installaties 33
Huidige Versie 1.2.6
Laatst Bijgewerkt 2021-05-01
Publicatiedatum 2021-02-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar connectionrequests.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://connectionrequests.com/
Ondersteunde Talen 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"
    ]
}