WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Better Formula Editor for Anaplan

Better Formula Editor for Anaplan

View on Chrome Web Store
View Better Formula Editor for Anaplan Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (4 ratings)
3 views
This extension has been viewed 3 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.

This extension enhances Anaplan formula editing in several ways; providing code completion, hover info and validity checks.
Type
Extension
Users
532 users
3
George Duckett Development
View author page of George Duckett Development
Published
Published on October 30, 2021
Version 3.0.6
Manifest version
3
Updated
Updated on March 14, 2023
productivity/developer
Extension Category
View on Chrome Web Store
View Better Formula Editor for Anaplan 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,
    "name": "Better Formula Editor for Anaplan",
    "version": "3.0.6",
    "description": "This extension enhances Anaplan formula editing in several ways; providing code completion, hover info and validity checks.",
    "icons": {
        "128": "logo.drawio.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.app.anaplan.com\/*"
            ],
            "js": [
                "\/bin\/content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "https:\/\/*.app.anaplan.com\/*\/anaplan\/*",
        "https:\/\/*.app.anaplan.com\/a\/modeling\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bin\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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