Netsuite XML

This extension is for netsuite to open XML format.

Netsuite XMLคืออะไร?

Netsuite XML เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ajay Programmer และคุณลักษณะหลักของมันคือ "This extension is for netsuite to open XML format."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netsuite XML

ดาวน์โหลดไฟล์ส่วนขยาย Netsuite XML ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Launch XML file using ALT+SHIFT+X.
You can also use your own setting Chrome>>Menu>>More Tools>>Extension>>Keyboard setting.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Netsuite XML Netsuite XML
ID npodoagpdconlihebmobeapjflaafcmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netsuite-xml/npodoagpdconlihebmobeapjflaafcmf
คำอธิบาย This extension is for netsuite to open XML format.
ขนาดไฟล์ 9.91 KB
จำนวนการติดตั้ง 699
เวอร์ชันปัจจุบัน 10.0
อัปเดตครั้งล่าสุด 2018-10-15
วันที่เผยแพร่ 2018-10-15
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ajay Programmer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netsuite XML",
    "description": "This extension is for netsuite to open XML format.",
    "version": "10.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "netsuite.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+X",
                "mac": "MacCtrl+Shift+X"
            }
        }
    },
    "permissions": [
        "activeTab"
    ]
}