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.
拡張機能の基本情報
名前 | SFDC Console |
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 |
Eメール | [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 } |