SFDC Console
Just opens the Developer Console in new Tab
什么是SFDC Console?
SFDC Console是由Kamal Thakur开发的Chrome扩展程序,该扩展的主要功能是“Just opens the Developer Console in new Tab”。
扩展截图
下载SFDC Console扩展crx文件
下载SFDC Console扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open ups the Salesforce Developer Console in New Tab with just one click. It will only works on Salesforce.com websites and Force.com websites. 扩展基本信息
| 名称 | |
| ID | eeeeobhnlbmdckdncgflimpaianinamf |
| 官方URL | https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf |
| 简介 | Just opens the Developer Console in new Tab |
| 文件大小 | 16.47 KB |
| 安装次数 | 198 |
| 当前版本 | 1 |
| 更新时间 | 2019-06-09 |
| 上架时间 | 2019-06-09 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Kamal Thakur |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SFDC Console",
"version": "1",
"description": "Just opens the Developer Console in new Tab",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"https:\/\/*.force.com\/*",
"https:\/\/*.salesforce.com\/*"
],
"manifest_version": 2
} | |