Partner Leads Plugin
This extension will help BDAs complete their partner leads tasks at Salesforce
Cos'è Partner Leads Plugin?
Partner Leads Plugin è un'estensione di Chrome sviluppata da Rawad Fakhry, e la sua funzione principale è "This extension will help BDAs complete their partner leads tasks at Salesforce".
Scarica il file CRX dell'estensione Partner Leads Plugin
Scarica i file di estensione Partner Leads Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension is to be used by BDAs to quickly process leads. By Rawad Fakhry.
Informazioni di Base sull'Estensione
Nome | Partner Leads Plugin |
ID | eobalipbeoobjgdalnnbenkhflbgcblp |
URL Ufficiale | https://chromewebstore.google.com/detail/partner-leads-plugin/eobalipbeoobjgdalnnbenkhflbgcblp |
Descrizione | This extension will help BDAs complete their partner leads tasks at Salesforce |
Dimensione del File | 21.99 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 5.2 |
Ultimo Aggiornamento | 2017-11-21 |
Data di Pubblicazione | 2017-11-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Rawad Fakhry |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.linkedin.com/in/rawadfakhry/ |
Lingue Supportate | 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:\/\/*\/" ] } |