Linked CRM

CRM for Linkedin + Sales Navigator Scraper

¿Qué es Linked CRM?

Linked CRM es una extensión de Chrome desarrollada por Scrupp, y su función principal es "CRM for Linkedin + Sales Navigator Scraper".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Linked CRM

Descarga archivos de extensión Linked CRM en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        LinkedIn automation software to find and interact with potential clients, candidates.

<< Introduction >>
LinkedCRM allows you to automate the LinkedIn lead generation process.
This browser plugin works with Google Chrome and will become your LinkedIn virtual assistant.

This free tool can easily export data from Sales Navigator to CSV.
Then you can import this data to any crm system (Salesforce, Shopify etc).
Export takes all necessary data into csv file where you can filter it and collect suitable prospects.

This tool include free CRM for Linkedin:

<< Free CRM for Linkedin in a package! >>
Use a free plugin and CRM system for Linkedin, download contacts with email from your own contact base.
More details https://linkedcrm.co/en/crm

<< Free CRM for Linkedin >>
Use a free plugin and CRM system for Linkedin, download contacts from email from your own contact base.

<< What is this plugin for? >>
LinkedCRM will allow you to get new leads much faster.
Your contacts are exported to the CRM system, where you can see graphs, filter contacts, upload data to CSV, create mailing groups, etc.
The project is updated with new features and capabilities to be the most useful and effective tool.

<< What is this plugin for? >>
LinkedCRM will allow you to get new leads much faster.
You are creating a welcome message invitation list based on your Linkedin search.
Further, the system independently makes the mailing to your potential customers.
The application can also send messages to your contacts.
Your contacts are exported to the CRM system, where you can see graphs, filter contacts, upload data to CSV, create mailing groups, etc.

The project is updated with new features and capabilities to be the most useful and effective tool.

<< What's the best thing about LinkedCRM? >>
You can tag your contacts directly on the correspondence page (you choose the tag at your discretion, later you can filter contacts by tag and create a group for mailing or other actions).
You can take and save notes for each profile: message sent / message needs to be replied / looking for Javascript positions and so on.

LinkedCRM saves you the hours of manual data entry that goes into tracking leads you chat with on LinkedIn.

❮❮ How it works? ❯❯
The fastest way to find out how LinkedCRM works and how you can take advantage of its benefits is to visit our website: https://linkedcrm.co/en

❮❮ What else do I need to know? ❯❯
You can try the application with all functions for free for a week,
if you like it, then buy a subscription and enjoy!

❮❮ What are the benefits of LinkedCRM? ❯❯
It is a flexible, secure, user-friendly and low-cost solution.

We ask you to send any questions or requests by email to [email protected].
We wish you prosperity and if you like our product please leave us a good review in the Chrome Store.

Best Regards,
LinkedCRM team.                    

Información Básica de la Extensión

Nombre Linked CRM Linked CRM
ID bomddfcanochfdhopndjibndlgpakdlg
URL Oficial https://chromewebstore.google.com/detail/linked-crm/bomddfcanochfdhopndjibndlgpakdlg
Descripción CRM for Linkedin + Sales Navigator Scraper
Tamaño del Archivo 107 KB
Cantidad de Instalaciones 18
Versión Actual 1.0.112
Última Actualización 2021-04-22
Fecha de Publicación 2021-03-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Scrupp
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://linkedcrm.co/en
URL de la Página de Ayuda https://linkedcrm.co/en
URL de la Página de Política de Privacidad https://scrupp.com/policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "build\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "ext\/index.html",
        "default_title": "Linked CRM"
    },
    "content_scripts": [
        {
            "js": [
                "build\/app.js"
            ],
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "CRM for Linkedin + Sales Navigator Scraper",
    "icons": {
        "128": "logo.png",
        "16": "logo.png",
        "48": "logo.png"
    },
    "manifest_version": 2,
    "name": "Linked CRM",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.linkedcrm.co\/*",
        "*\/\/linkedcrm.co\/*",
        "http:\/\/linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "http:\/\/*.linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "http:\/\/www.linkedin.com\/*",
        "https:\/\/www.linkedin.com\/*"
    ],
    "short_name": "Linked CRM",
    "version": "1.0.112",
    "web_accessible_resources": [
        "ext\/index.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedin.com\/*",
            "*:\/\/linkedin.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/linkedcrm.co; object-src 'self'"
}