Revamp CRM Lead Clipper

Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM

ما هو Revamp CRM Lead Clipper؟

Revamp CRM Lead Clipper هو إضافة Chrome تم تطويرها بواسطة http://www.revampcrm.com، والميزة الرئيسية لها هي "Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Revamp CRM Lead Clipper

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

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

                        Lead capture and collection from ANY website then put it straight into your Revamp CRM account. You can even tag them on the fly.
Find a lead online > put its data into your CRM > call/email the lead > log the activity - this process has never been faster! Increase your lead generation efficiency!

Features:
➤ You can use contact/lead clipper on the following websites: Gmail, LinkedIn, Facebook, Twitter, GitHub and Quora
➤ Generic support for ANY website (email addresses, phone numbers, address and company)
➤ Duplicates detection
➤ Inline editing
➤ Apply multiple tags

Send us an email at [email protected], if you think we're missing some specific support for any website!

Notes:
➤ You can try Revamp CRM for Free with our 30 days trial – no credit card required.
➤ Unlimited Contacts & Unlimited Deals
➤ Free forever for 1 User                    

معلومات أساسية عن التمديد

الاسم Revamp CRM Lead Clipper Revamp CRM Lead Clipper
ID ohlpmfngfjhphlgfolplelaaighnjdon
عنوان URL الرسمي https://chrome.google.com/webstore/detail/revamp-crm-lead-clipper/ohlpmfngfjhphlgfolplelaaighnjdon
الوصف Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM
حجم الملف 29.33 KB
عدد التثبيتات 132
النسخة الحالية 1.0.0.11
آخر تحديث 2018-11-20
تاريخ النشر 2018-11-20
تقييم 4.67/5 مجموع تقييمات 9
المطور http://www.revampcrm.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.revampcrm.com
عنوان صفحة المساعدة http://www.revampcrm.com/help
عنوان صفحة سياسة الخصوصية https://app.revampcrm.com/AccountUI/PP
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revamp CRM Lead Clipper",
    "description": "Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM",
    "version": "1.0.0.11",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "auth_user.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Revamp CRM Lead Clipper",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}