Partner Leads Plugin

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

什么是Partner Leads Plugin?

Partner Leads Plugin是由Rawad Fakhry开发的Chrome扩展程序,该扩展的主要功能是“This extension will help BDAs complete their partner leads tasks at Salesforce”。

下载Partner Leads Plugin扩展crx文件

下载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:\/\/*\/"
    ]
}