Revamp CRM Lead Clipper

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

Revamp CRM Lead Clipper là gì?

Revamp CRM Lead Clipper là một tiện ích mở rộng Chrome được phát triển bởi http://www.revampcrm.com, và tính năng chính của nó là "Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Revamp CRM Lead Clipper

Tải xuống các tệp mở rộng Revamp CRM Lead Clipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Revamp CRM Lead Clipper Revamp CRM Lead Clipper
ID ohlpmfngfjhphlgfolplelaaighnjdon
URL Chính Thức https://chrome.google.com/webstore/detail/revamp-crm-lead-clipper/ohlpmfngfjhphlgfolplelaaighnjdon
Mô tả Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM
Kích Thước Tệp 29.33 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.0.0.11
Cập Nhật Lần Cuối 2018-11-20
Ngày Phát Hành 2018-11-20
Đánh Giá 4.67/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://www.revampcrm.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.revampcrm.com
URL Trang Trợ Giúp http://www.revampcrm.com/help
URL Trang Chính Sách Bảo Mật https://app.revampcrm.com/AccountUI/PP
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}