Salesforce Advanced Code Editor

Base Level Extension

What is Salesforce Advanced Code Editor?

Salesforce Advanced Code Editor is a Chrome extension developed by PicSpotter Technologies LLP, and its main feature is "Base Level Extension".

Extension Screenshots

screenshot
screenshot

Download Salesforce Advanced Code Editor Extension CRX File

Download Salesforce Advanced Code Editor 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

                        Enjoy full screen mode while editing Apex Classes, Apex Triggers, Validation Rules, Formula Fields.

Shortcut Keys are introduced as "Ctrl+Shift+L" (Mac users : Command+Shift+L)                    

Extension Basic Information

Name Salesforce Advanced Code Editor Salesforce Advanced Code Editor
ID bbkhpobfbfljpghlbaiehgoninnbopoo
Official URL https://chromewebstore.google.com/detail/salesforce-advanced-code/bbkhpobfbfljpghlbaiehgoninnbopoo
Description Base Level Extension
File Size 10.25 KB
Installation Count 64
Current Version 0.0.0.4
Last Updated 2020-04-01
Publish Date 2020-04-01
Rating 5.00/5 Total 2 Ratings
Developer PicSpotter Technologies LLP
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesforce Advanced Code Editor",
    "description": "Base Level Extension",
    "version": "0.0.0.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "Enter-38.png"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "manifest_version": 2
}