Partner Leads Plugin

This extension will help BDAs complete their partner leads tasks at Salesforce

Partner Leads Pluginคืออะไร?

Partner Leads Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rawad Fakhry และคุณลักษณะหลักของมันคือ "This extension will help BDAs complete their partner leads tasks at Salesforce"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Partner Leads Plugin

ดาวน์โหลดไฟล์ส่วนขยาย Partner Leads Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is to be used by BDAs to quickly process leads.
By Rawad Fakhry.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Partner Leads Plugin Partner Leads Plugin
ID eobalipbeoobjgdalnnbenkhflbgcblp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/partner-leads-plugin/eobalipbeoobjgdalnnbenkhflbgcblp
คำอธิบาย This extension will help BDAs complete their partner leads tasks at Salesforce
ขนาดไฟล์ 21.99 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 5.2
อัปเดตครั้งล่าสุด 2017-11-21
วันที่เผยแพร่ 2017-11-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Rawad Fakhry
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.linkedin.com/in/rawadfakhry/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Partner Leads Plugin",
    "description": "This extension will help BDAs complete their partner leads tasks at Salesforce",
    "version": "5.2",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/subscriber.hoovers.com\/H\/home\/index.html"
            ],
            "js": [
                "HooversContent.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}