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 |
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 |
Eメール | [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:\/\/*\/" ] } |