WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Salesforce Schema Builder Expander

Salesforce Schema Builder Expander

View on Chrome Web Store
View Salesforce Schema Builder Expander Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (5 ratings)
0 views
This extension has been viewed 0 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.

Expands Salesforce schema builder to have more real estate to visualise
Type
Extension
Users
577 users
1
concret.io
View author page of concret.io
Published
Published on January 8, 2014
Version 1.0
Manifest version
2
Updated
Updated on February 16, 2015
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Salesforce Schema Builder Expander 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",
    "name": "Salesforce Schema Builder Expander",
    "version": "1.0",
    "description": "Expands Salesforce schema builder to have more real estate to visualise",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "expand-19.png",
        "default_title": "Click to expand Schema Builder"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/platform\/schema\/ui\/schemabuilder\/SchemaBuilderUi*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "expand-48.png",
        "128": "expand-128.png"
    },
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ],
    "manifest_version": 2
}
© 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