JDE-xpansion

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

JDE-xpansionคืออะไร?

JDE-xpansion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fusion5 และคุณลักษณะหลักของมันคือ "Useful tools from Fusion 5 for interacting with JDE's web interface."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JDE-xpansion

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}