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"
    }
}