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 |
官方URL | 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": [] } |