WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Salesforce.com Enhanced Formula Editor

Salesforce.com Enhanced Formula Editor

View on Chrome Web Store
View Salesforce.com Enhanced Formula Editor Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (58 ratings)
16 views
This extension has been viewed 16 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enhances Salesforce formulas with syntax highlighting, autocomplete, formatting, field analysis, and syntax checking.
Type
Extension
Users
6,000 users
1K
Kyle Peterson
View author page of Kyle Peterson
Published
Published on September 15, 2011
Version 2.6.1
Manifest version
3
Updated
Updated on October 13, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Salesforce.com Enhanced Formula Editor Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.salesforce-setup.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.cloudforce.com\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "edit_area_loader.js",
                "activate_editor.js",
                "elements_functions.js",
                "resize_area.js",
                "reg_syntax.js",
                "langs\/en.js",
                "reg_syntax\/forceformula.js",
                "edit_area.css",
                "edit_area.js",
                "manage_area.js",
                "edit_area_functions.js",
                "keyboard.js",
                "search_replace.js",
                "highlight.js",
                "regexp.js",
                "images\/*",
                "jsforce-core.min.js",
                "jquery.min.js",
                "FieldDetailsScreenshot.jpg",
                "plugins\/*",
                "review.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "description": "Enhances Salesforce formulas with syntax highlighting, autocomplete, formatting, field analysis, and syntax checking.",
    "name": "Salesforce.com Enhanced Formula Editor",
    "version": "2.6.1",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top