Linked CRM

CRM for Linkedin + Sales Navigator Scraper

Apa itu Linked CRM?

Linked CRM adalah ekstensi Chrome yang dikembangkan oleh Scrupp, dan fitur utamanya adalah "CRM for Linkedin + Sales Navigator Scraper".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Linked CRM

Unduh file ekstensi Linked CRM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Linked CRM Linked CRM
ID bomddfcanochfdhopndjibndlgpakdlg
URL Resmi https://chromewebstore.google.com/detail/linked-crm/bomddfcanochfdhopndjibndlgpakdlg
Deskripsi CRM for Linkedin + Sales Navigator Scraper
Ukuran File 107 KB
Jumlah Instalasi 18
Versi Saat Ini 1.0.112
Terakhir Diperbarui 2021-04-22
Tanggal Publikasi 2021-03-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Scrupp
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://linkedcrm.co/en
URL Halaman Bantuan https://linkedcrm.co/en
URL Halaman Kebijakan Privasi https://scrupp.com/policy
Bahasa yang Didukung 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'"
}