JDE-xpansion

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

什么是JDE-xpansion?

JDE-xpansion是由Fusion5开发的Chrome扩展程序,该扩展的主要功能是“Useful tools from Fusion 5 for interacting with JDE's web interface.”。

扩展截图

screenshot

下载JDE-xpansion扩展crx文件

下载JDE-xpansion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}