SFDC Console
Just opens the Developer Console in new Tab
What is SFDC Console?
SFDC Console is a Chrome extension developed by Kamal Thakur, and its main feature is "Just opens the Developer Console in new Tab".
Extension Screenshots
Download SFDC Console Extension CRX File
Download SFDC Console extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SFDC Console |
ID | eeeeobhnlbmdckdncgflimpaianinamf |
Official URL | https://chromewebstore.google.com/detail/sfdc-console/eeeeobhnlbmdckdncgflimpaianinamf |
Description | Just opens the Developer Console in new Tab |
File Size | 16.47 KB |
Installation Count | 198 |
Current Version | 1 |
Last Updated | 2019-06-09 |
Publish Date | 2019-06-09 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Kamal Thakur |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |