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
官方網址 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'"
}