LeadBase Chrome Extension

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

Co to jest LeadBase Chrome Extension?

LeadBase Chrome Extension to rozszerzenie Chrome opracowane przez http://leadbaseapp.com, a jego główną funkcją jest „LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce.”.

Pobierz plik CRX rozszerzenia LeadBase Chrome Extension

Pobierz pliki rozszerzeń LeadBase Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LeadBase Chrome Extension LeadBase Chrome Extension
ID ahoponccgnmecajggbpbjlbolejlmbmo
Oficjalny URL https://chrome.google.com/webstore/detail/leadbase-chrome-extension/ahoponccgnmecajggbpbjlbolejlmbmo
Opis LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce.
Rozmiar pliku 96.64 KB
Liczba instalacji 13
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-03-22
Data Publikacji 2016-03-22
Deweloper http://leadbaseapp.com
Typ Płatności free
Strona Rozszerzenia http://www.leadbaseapp.com
Obsługiwane Języki 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
}