CR LinkedIn Automatic Message Sender

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

O que é CR LinkedIn Automatic Message Sender?

CR LinkedIn Automatic Message Sender é uma extensão do Chrome desenvolvida por connectionrequests.com, e sua principal característica é "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CR LinkedIn Automatic Message Sender

Baixe arquivos de extensão CR LinkedIn Automatic Message Sender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CR LinkedIn Automatic Message Sender CR LinkedIn Automatic Message Sender
ID pfpchkdlfkmdflpfkmfimnljnfeohbml
URL Oficial https://chrome.google.com/webstore/detail/cr-linkedin-automatic-mes/pfpchkdlfkmdflpfkmfimnljnfeohbml
Descrição Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.
Tamanho do Arquivo 2.46 MB
Contagem de Instalações 33
Versão Atual 1.2.6
Última Atualização 2021-05-01
Data de Publicação 2021-02-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor connectionrequests.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://connectionrequests.com/
Idiomas Suportados 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"
    ]
}