Top Producer® QuickLEAD Clipper

Quick and easy way to capture leads from Facebook or LinkedIn

What is Top Producer® QuickLEAD Clipper?

Top Producer® QuickLEAD Clipper is a Chrome extension developed by Top Producer Labs, and its main feature is "Quick and easy way to capture leads from Facebook or LinkedIn".

Extension Screenshots

screenshot
screenshot

Download Top Producer® QuickLEAD Clipper Extension CRX File

Download Top Producer® QuickLEAD Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Top Producer CRM QuickLEAD Clipper is the easiest way to capture people from Facebook and Linkedin and have them automatically appear in your Top Producer CRM account.
 
Have you ever come across a prospect on Facebook or Linkedin and thought they’d be someone that could benefit from your services?  Once installed you can simply click the QuickLEAD button to capture their name, email, phone number and URL from where they came from and they will be added to your Top Producer CRM account.  From there, you can manage follow-up, notes, and be your general superstar-self.

The Top Producer CRM QuickLEAD Clipper is also a great way to quickly enter a lead directly into your Top Producer CRM account.  At anytime simply click the QuickLEAD button, enter the lead details and click submit!

For more information about Top Producer please go to our website at www.topproducer.com

Your Top Producer Team                    

Extension Basic Information

Name Top Producer® QuickLEAD Clipper Top Producer® QuickLEAD Clipper
ID oofhjfngpeldcmcgcabngbapknaapein
Official URL https://chromewebstore.google.com/detail/top-producer%C2%AE-quicklead-c/oofhjfngpeldcmcgcabngbapknaapein
Description Quick and easy way to capture leads from Facebook or LinkedIn
File Size 142 KB
Installation Count 161
Current Version 0.3
Last Updated 2014-09-11
Publish Date 2014-09-10
Rating 4.25/5 Total 8 Ratings
Developer Top Producer Labs
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Quicklead"
    },
    "content_scripts": [
        {
            "js": [
                "files\/jquery.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "description": "Quick and easy way to capture leads from Facebook or LinkedIn",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Top Producer\u00ae QuickLEAD Clipper",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*.facebook.com\/",
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.topproduceronline.com\/",
        "http:\/\/*.topproduceronline.com\/"
    ],
    "version": "0.3"
}