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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ http://www.revampcrm.com/help
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}