LeadBase Chrome Extension

LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce.

What is LeadBase Chrome Extension?

LeadBase Chrome Extension is a Chrome extension developed by http://leadbaseapp.com, and its main feature is "LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce.".

Download LeadBase Chrome Extension Extension CRX File

Download LeadBase Chrome Extension 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

                        LeadBase Chrome Extension is designed to help you prospect in LInkedIn. With the LeadBase Chrome Extension, extracting LinkedIn profiles is a snap. You can add them to both LeadBase as well as directly upload them to Salesforce.com.

You will need a subscription to LeadBase. You can get your free account at leadbaseapp.com.                    

Extension Basic Information

Name LeadBase Chrome Extension LeadBase Chrome Extension
ID ahoponccgnmecajggbpbjlbolejlmbmo
Official URL https://chrome.google.com/webstore/detail/leadbase-chrome-extension/ahoponccgnmecajggbpbjlbolejlmbmo
Description LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce.
File Size 96.64 KB
Installation Count 13
Current Version 0.0.1
Last Updated 2016-03-22
Publish Date 2016-03-22
Developer http://leadbaseapp.com
Payment Type free
Extension Website http://www.leadbaseapp.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeadBase Chrome Extension",
    "description": "LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "img\/LB.png",
        "default_popup": "popup.html",
        "default_title": "LeadBase Information"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/LB.png"
    },
    "background_page": "background.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/leadbase.js"
            ],
            "css": [
                "css\/app.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.js",
            "js\/background.js",
            "js\/leadbase.js"
        ]
    },
    "manifest_version": 2
}