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.

Better Salesforce formula editor and AI Agent là gì?

Better Salesforce formula editor and AI Agent là một tiện ích mở rộng Chrome được phát triển bởi Tailwind ltd, và tính năng chính của nó là "This extension Improves Salesforce formula editor and includes an optional GPT AI Formula assistant to can help write formulas.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Salesforce formula editor and AI Agent

Tải xuống các tệp mở rộng Better Salesforce formula editor and AI Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Salesforce formula editor and AI Agent Better Salesforce formula editor and AI Agent
ID cfjbcfgcaojdoemakjmpeghfahcieigk
URL Chính Thức https://chromewebstore.google.com/detail/better-salesforce-formula/cfjbcfgcaojdoemakjmpeghfahcieigk
Mô tả This extension Improves Salesforce formula editor and includes an optional GPT AI Formula assistant to can help write formulas.
Kích Thước Tệp 955 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.3.5
Cập Nhật Lần Cuối 2023-09-09
Ngày Phát Hành 2017-11-10
Đánh Giá 4.34/5 Tổng số 73 Đánh Giá
Nhà Phát Triển Tailwind ltd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://adminagents.ai/
URL Trang Chính Sách Bảo Mật https://adminagents.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/**"
    ]
}