Insum APEX Pro

Develop APEX Applications Like a Pro!

Qu'est-ce que Insum APEX Pro ?

Insum APEX Pro est une extension Chrome développée par InsumLabs, et sa fonction principale est "Develop APEX Applications Like a Pro!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Insum APEX Pro

Téléchargez les fichiers d'extension Insum APEX Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Insum APEX Pro Insum APEX Pro
ID mjioniifffnmbdkkfmfjeclkpghlpmai
URL Officiel https://chromewebstore.google.com/detail/insum-apex-pro/mjioniifffnmbdkkfmfjeclkpghlpmai
Description Develop APEX Applications Like a Pro!
Taille du Fichier 284 KB
Nombre d'Installations 1,905
Version Actuelle 2.1.0
Dernière Mise à Jour 2023-01-01
Date de Publication 2019-12-16
Évaluation 4.64/5 Total 11 Évaluations
Développeur InsumLabs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.insum.ca/get-ahead-insum-apex-pro/
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}