JDE-xpansion

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

JDE-xpansion क्या है?

JDE-xpansion Fusion5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Useful tools from Fusion 5 for interacting with JDE's web interface."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JDE-xpansion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम JDE-xpansion JDE-xpansion
ID oilcfopfbikfeapigpknngnmdcpijgnl
आधिकारिक URL https://chromewebstore.google.com/detail/jde-xpansion/oilcfopfbikfeapigpknngnmdcpijgnl
विवरण Useful tools from Fusion 5 for interacting with JDE's web interface.
फ़ाइल का आकार 14.43 KB
स्थापना संख्या 1,004
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-02-07
प्रकाशन तिथि 2019-02-06
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर Fusion5
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://shannonscncjdeblog.blogspot.com.au/2017/07/rapid-data-selection-entry-easy.html
समर्थित भाषाएँ 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"
    }
}