Linked CRM

CRM for Linkedin + Sales Navigator Scraper

什么是Linked CRM?

Linked CRM是由Scrupp开发的Chrome扩展程序,该扩展的主要功能是“CRM for Linkedin + Sales Navigator Scraper”。

扩展截图

screenshot
screenshot
screenshot

下载Linked CRM扩展crx文件

下载Linked CRM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Linked CRM Linked CRM
ID bomddfcanochfdhopndjibndlgpakdlg
官方URL https://chromewebstore.google.com/detail/linked-crm/bomddfcanochfdhopndjibndlgpakdlg
简介 CRM for Linkedin + Sales Navigator Scraper
文件大小 107 KB
安装次数 18
当前版本 1.0.112
更新时间 2021-04-22
上架时间 2021-03-03
评分 5.00/5 共1次评分
开发者 Scrupp
电子邮箱 [email protected]
付费类型 free
扩展官网 https://linkedcrm.co/en
帮助页面URL https://linkedcrm.co/en
隐私政策页面URL https://scrupp.com/policy
支持的语言 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'"
}