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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://leadbaseapp.com และคุณลักษณะหลักของมันคือ "LeadBase Chrome Extension for Linkedln. The extension make it easy for adding Linkedln contacts to LeadBase and Salesforce."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeadBase Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
}