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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Revamp CRM Lead Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    }
}