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 |
| 官方網址 | 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
} | |