SalesForce Id Lookup
This extension will Take a SalesForce Id and open up the actual record in SalesForce
什麼是SalesForce Id Lookup?
SalesForce Id Lookup是由https://moshekarmel.com開發的Chrome擴展程式,該擴展的主要功能是“This extension will Take a SalesForce Id and open up the actual record in SalesForce”。
擴展截圖
下載SalesForce Id Lookup擴展crx文件
下載SalesForce Id Lookup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enter a Salesforce Id into the textbox and it will open the record in Salesforce. You can enter your Org Instance on the options page. Defaults are Production => "na13" and Testing => "cs16".
擴展基本資訊
名稱 | SalesForce Id Lookup |
ID | enkbgagpjeooofnjhijhoedoghfleipp |
官方網址 | https://chromewebstore.google.com/detail/salesforce-id-lookup/enkbgagpjeooofnjhijhoedoghfleipp |
簡介 | This extension will Take a SalesForce Id and open up the actual record in SalesForce |
檔案大小 | 7.81 KB |
安裝次數 | 395 |
目前版本 | 1.3 |
更新時間 | 2015-06-05 |
上架時間 | 2015-06-05 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://moshekarmel.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SalesForce Id Lookup", "description": "This extension will Take a SalesForce Id and open up the actual record in SalesForce", "version": "1.3", "browser_action": { "default_icon": "cloud_icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [] } |