Linked CRM

CRM for Linkedin + Sales Navigator Scraper

ما هو Linked CRM؟

Linked CRM هو إضافة Chrome تم تطويرها بواسطة Scrupp، والميزة الرئيسية لها هي "CRM for Linkedin + Sales Navigator Scraper".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Linked CRM

قم بتنزيل ملفات الامتداد Linked CRM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://linkedcrm.co/en
عنوان صفحة سياسة الخصوصية 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'"
}