Revamp CRM Lead Clipper

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

Qu'est-ce que Revamp CRM Lead Clipper ?

Revamp CRM Lead Clipper est une extension Chrome développée par http://www.revampcrm.com, et sa fonction principale est "Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Revamp CRM Lead Clipper

Téléchargez les fichiers d'extension Revamp CRM Lead Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Revamp CRM Lead Clipper Revamp CRM Lead Clipper
ID ohlpmfngfjhphlgfolplelaaighnjdon
URL Officiel https://chrome.google.com/webstore/detail/revamp-crm-lead-clipper/ohlpmfngfjhphlgfolplelaaighnjdon
Description Capture leads from LinkedIn, Gmail, Facebook, Twitter and much more to Revamp CRM
Taille du Fichier 29.33 KB
Nombre d'Installations 132
Version Actuelle 1.0.0.11
Dernière Mise à Jour 2018-11-20
Date de Publication 2018-11-20
Évaluation 4.67/5 Total 9 Évaluations
Développeur http://www.revampcrm.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.revampcrm.com
URL de la Page d'Aide http://www.revampcrm.com/help
URL de la Page de Politique de Confidentialité https://app.revampcrm.com/AccountUI/PP
Langues Prises en Charge 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"
    }
}