Better Salesforce formula editor and AI Agent

This extension Improves Salesforce formula editor and includes an optional GPT AI Formula assistant to can help write formulas.

What is Better Salesforce formula editor and AI Agent?

Better Salesforce formula editor and AI Agent is a Chrome extension developed by Tailwind ltd, and its main feature is "This extension Improves Salesforce formula editor and includes an optional GPT AI Formula assistant to can help write formulas.".

Extension Screenshots

screenshot
screenshot

Download Better Salesforce formula editor and AI Agent Extension CRX File

Download Better Salesforce formula editor and AI Agent 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

                        Want a better formula editor for Salesforce?
 - With Syntax highlighting
 - Field and Metadata autocomplete
 - Live snippets & Documentation
 - Tabulation support
 - lightning compatible

Extension also offer an optional AI integration with https://adminagent.ai to allow you to use GPT based AI to write, edit and debug your Salesforce formulas.                    

Extension Basic Information

Name Better Salesforce formula editor and AI Agent Better Salesforce formula editor and AI Agent
ID cfjbcfgcaojdoemakjmpeghfahcieigk
Official URL https://chromewebstore.google.com/detail/better-salesforce-formula/cfjbcfgcaojdoemakjmpeghfahcieigk
Description This extension Improves Salesforce formula editor and includes an optional GPT AI Formula assistant to can help write formulas.
File Size 955 KB
Installation Count 10,000
Current Version 0.3.5
Last Updated 2023-09-09
Publish Date 2017-11-10
Rating 4.34/5 Total 73 Ratings
Developer Tailwind ltd
Email [email protected]
Payment Type free
Extension Website https://adminagents.ai/
Privacy Policy Page URL https://adminagents.ai/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Salesforce formula editor and AI Agent",
    "description": "This extension Improves Salesforce formula editor and includes an optional GPT AI Formula assistant to can help write formulas.",
    "version": "0.3.5",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.salesforce.com\/**"
            ],
            "css": [],
            "js": [
                "scripts\/inject.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/*.html",
                "media\/*.svg"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "optional_host_permissions": [
        "https:\/\/*.adminagents.ai\/**",
        "https:\/\/*.admingpt.ai\/**"
    ]
}