LeadBase Chrome Extension

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

LeadBase Chrome Extension क्या है?

LeadBase Chrome Extension http://leadbaseapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce."।

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

crx प्रारूप में LeadBase Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम LeadBase Chrome Extension LeadBase Chrome Extension
ID ahoponccgnmecajggbpbjlbolejlmbmo
आधिकारिक URL https://chrome.google.com/webstore/detail/leadbase-chrome-extension/ahoponccgnmecajggbpbjlbolejlmbmo
विवरण LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce.
फ़ाइल का आकार 96.64 KB
स्थापना संख्या 13
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-03-22
प्रकाशन तिथि 2016-03-22
डेवलपर http://leadbaseapp.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.leadbaseapp.com
समर्थित भाषाएँ 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
}