Insum APEX Pro

Develop APEX Applications Like a Pro!

What is Insum APEX Pro?

Insum APEX Pro is a Chrome extension developed by InsumLabs, and its main feature is "Develop APEX Applications Like a Pro!".

Extension Screenshots

screenshot

Download Insum APEX Pro Extension CRX File

Download Insum APEX Pro 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

                        Features:
- Highlight changed properties
- Stay focused on the same property when changing between components
- Improved select fields (search-as-you-typefor values)

Learn how to use this tool here:
https://www.insum.ca/get-ahead-insum-apex-pro/                    

Extension Basic Information

Name Insum APEX Pro Insum APEX Pro
ID mjioniifffnmbdkkfmfjeclkpghlpmai
Official URL https://chromewebstore.google.com/detail/insum-apex-pro/mjioniifffnmbdkkfmfjeclkpghlpmai
Description Develop APEX Applications Like a Pro!
File Size 284 KB
Installation Count 1,905
Current Version 2.1.0
Last Updated 2023-01-01
Publish Date 2019-12-16
Rating 4.64/5 Total 11 Ratings
Developer InsumLabs
Email [email protected]
Payment Type free
Extension Website https://www.insum.ca/get-ahead-insum-apex-pro/
Supported Languages en
manifest.json
{
    "browser_action": {
        "default_icon": "insum_logo_invisible_background_16x16.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "thirdParty\/select2-modified.min.css",
                "stylesheet.css"
            ],
            "js": [
                "thirdParty\/jquery-3.6.1.js",
                "thirdParty\/select2.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*\/f?p=4000:*",
                "*:\/\/*\/*\/f?p=4500:*",
                "*:\/\/*\/*\/*\/wwv_flow.accept",
                "*:\/\/*\/*\/wwv_flow.accept"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Develop APEX Applications Like a Pro!",
    "icons": {
        "128": "in_ronsard_crystal_bold_slightly_squeezed_white_background.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnGiRJtsoUTE6Es5HyKDX1MAtSDq7xDkv0b9vxbtTwF2F8\/jFn7umkzUqd7Sc2pqcZR97Qfpi\/IEYH+P\/FJG2zXynWNsCxZDT6gcSlCKxcWGvJON9WDIuDXQqeX6kGfouVCPgQlXgj9DujpAknuEkFbVDkVAAw08hEiM4ZIQesWXo2WtU4Grs9r1AoNAHt6v0e28TlHdFQcRdU+tVsdBimUx\/GXKLN5dzBKbKhmDgoFkuM4f8Skl2RtkLYWHbOrcb18YQRESUVeb7tVzB+oqB1uScvN\/pgfZdpOLke\/edhJQbmMGJUE3H5ao997XAOhyWj5KuG6Anru9Z1px5zJxBcQIDAQAB",
    "manifest_version": 3,
    "name": "Insum APEX Pro",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "thirdParty\/select2-adminlte.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "updatePropertyEditorWidths.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "pageDesignerCode.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "thirdParty\/select2.min.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "makeSelect2Listener.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}