JDE-xpansion

Useful tools from Fusion 5 for interacting with JDE's web interface.

Qu'est-ce que JDE-xpansion ?

JDE-xpansion est une extension Chrome développée par Fusion5, et sa fonction principale est "Useful tools from Fusion 5 for interacting with JDE's web interface.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JDE-xpansion

Téléchargez les fichiers d'extension JDE-xpansion 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

                        This extension provides two useful tools from Fusion5 for interacting with JDE's web interface.

1. Form ids copied to your clipboard in an instant! Simply hold down SHIFT and click on a field to have its form id copied to your clipboard.

2. Bulk literal value entry. An additional entry method is automatically added to the "Select Literal Value" method within data selection. Simply copy from a spreadsheet or enter each item on a new line and click the list button.

Read more:
https://shannonscncjdeblog.blogspot.com.au/2017/07/rapid-data-selection-entry-easy.html                    

Informations de Base sur l'Extension

Nom JDE-xpansion JDE-xpansion
ID oilcfopfbikfeapigpknngnmdcpijgnl
URL Officiel https://chromewebstore.google.com/detail/jde-xpansion/oilcfopfbikfeapigpknngnmdcpijgnl
Description Useful tools from Fusion 5 for interacting with JDE's web interface.
Taille du Fichier 14.43 KB
Nombre d'Installations 1,004
Version Actuelle 1.1
Dernière Mise à Jour 2019-02-07
Date de Publication 2019-02-06
Évaluation 4.43/5 Total 7 Évaluations
Développeur Fusion5
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://shannonscncjdeblog.blogspot.com.au/2017/07/rapid-data-selection-entry-easy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JDE-xpansion",
    "short_name": "JDE-xpansion",
    "description": "Useful tools from Fusion 5 for interacting with JDE's web interface.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "background"
    ],
    "web_accessible_resources": [
        "jde_functions.js",
        "add_list.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/jde\/E1Menu.maf?*",
                "https:\/\/*\/jde\/E1Menu.maf?*",
                "http:\/\/*\/jde\/E1Client.mafService?*",
                "https:\/\/*\/jde\/E1Client.mafService?*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}