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开发的Chrome扩展程序,该扩展的主要功能是“LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce.”。

下载LeadBase Chrome Extension扩展crx文件

下载LeadBase Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}