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是由http://www.revampcrm.com開發的Chrome擴展程式,該擴展的主要功能是“Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Revamp CRM Lead Clipper擴展crx文件

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