Partner Leads Plugin
This extension will help BDAs complete their partner leads tasks at Salesforce
What is Partner Leads Plugin?
Partner Leads Plugin is a Chrome extension developed by Rawad Fakhry, and its main feature is "This extension will help BDAs complete their partner leads tasks at Salesforce".
Download Partner Leads Plugin Extension CRX File
Download Partner Leads Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is to be used by BDAs to quickly process leads. By Rawad Fakhry.
Extension Basic Information
Name | Partner Leads Plugin |
ID | eobalipbeoobjgdalnnbenkhflbgcblp |
Official URL | https://chromewebstore.google.com/detail/partner-leads-plugin/eobalipbeoobjgdalnnbenkhflbgcblp |
Description | This extension will help BDAs complete their partner leads tasks at Salesforce |
File Size | 21.99 KB |
Installation Count | 16 |
Current Version | 5.2 |
Last Updated | 2017-11-21 |
Publish Date | 2017-11-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rawad Fakhry |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.linkedin.com/in/rawadfakhry/ |
Supported Languages | 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:\/\/*\/" ] } |