NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcutsคืออะไร?

NetSuite Keyboard Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Milcho Dimkov และคุณลักษณะหลักของมันคือ "NetSuite Keyboard Shortcuts"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetSuite Keyboard Shortcuts

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

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

                        This Chrome extension allows NetSuite users to use keyboard shortcuts to access frequently used pages by typing a combination of keys (with or without special keys). There are more than 60 preset keyboard shortcuts and custom ones can be added as well. Check the video and the documentation for details.                    

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

ชื่อ NetSuite Keyboard Shortcuts NetSuite Keyboard Shortcuts
ID dgfhjidfjpggcejapjbpadkngnbefdla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netsuite-keyboard-shortcu/dgfhjidfjpggcejapjbpadkngnbefdla
คำอธิบาย NetSuite Keyboard Shortcuts
ขนาดไฟล์ 2.73 MB
จำนวนการติดตั้ง 1,363
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-01-15
วันที่เผยแพร่ 2021-01-10
คะแนน 5.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Milcho Dimkov
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.travizer.com/netsuite-keyboard-shortcuts.html
URL หน้าช่วยเหลือ https://www.travizer.com/netsuite-keyboard-shortcuts.html
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Open options page"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.app.netsuite.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "options_page": "options\/options.html",
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}