Partner Leads Plugin
This extension will help BDAs complete their partner leads tasks at Salesforce
Wat is Partner Leads Plugin?
Partner Leads Plugin is een Chrome-extensie ontwikkeld door Rawad Fakhry, en de belangrijkste functie is "This extension will help BDAs complete their partner leads tasks at Salesforce".
Download het CRX-bestand van de extensie Partner Leads Plugin
Download Partner Leads Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension is to be used by BDAs to quickly process leads. By Rawad Fakhry.
Basisinformatie over de Extensie
Naam | Partner Leads Plugin |
ID | eobalipbeoobjgdalnnbenkhflbgcblp |
Officiële URL | https://chromewebstore.google.com/detail/partner-leads-plugin/eobalipbeoobjgdalnnbenkhflbgcblp |
Beschrijving | This extension will help BDAs complete their partner leads tasks at Salesforce |
Bestandsgrootte | 21.99 KB |
Aantal Installaties | 16 |
Huidige Versie | 5.2 |
Laatst Bijgewerkt | 2017-11-21 |
Publicatiedatum | 2017-11-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Rawad Fakhry |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://www.linkedin.com/in/rawadfakhry/ |
Ondersteunde Talen | 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:\/\/*\/" ] } |