JDE-xpansion

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

JDE-xpansion là gì?

JDE-xpansion là một tiện ích mở rộng Chrome được phát triển bởi Fusion5, và tính năng chính của nó là "Useful tools from Fusion 5 for interacting with JDE's web interface.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JDE-xpansion

Tải xuống các tệp mở rộng JDE-xpansion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JDE-xpansion JDE-xpansion
ID oilcfopfbikfeapigpknngnmdcpijgnl
URL Chính Thức https://chromewebstore.google.com/detail/jde-xpansion/oilcfopfbikfeapigpknngnmdcpijgnl
Mô tả Useful tools from Fusion 5 for interacting with JDE's web interface.
Kích Thước Tệp 14.43 KB
Số Lần Cài Đặt 1,004
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-02-07
Ngày Phát Hành 2019-02-06
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Fusion5
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://shannonscncjdeblog.blogspot.com.au/2017/07/rapid-data-selection-entry-easy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}