NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts là gì?

NetSuite Keyboard Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi Milcho Dimkov, và tính năng chính của nó là "NetSuite Keyboard Shortcuts".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetSuite Keyboard Shortcuts

Tải xuống các tệp mở rộng NetSuite Keyboard Shortcuts 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 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.                    

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

Tên NetSuite Keyboard Shortcuts NetSuite Keyboard Shortcuts
ID dgfhjidfjpggcejapjbpadkngnbefdla
URL Chính Thức https://chromewebstore.google.com/detail/netsuite-keyboard-shortcu/dgfhjidfjpggcejapjbpadkngnbefdla
Mô tả NetSuite Keyboard Shortcuts
Kích Thước Tệp 2.73 MB
Số Lần Cài Đặt 1,363
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-01-15
Ngày Phát Hành 2021-01-10
Đánh Giá 5.00/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Milcho Dimkov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.travizer.com/netsuite-keyboard-shortcuts.html
URL Trang Trợ Giúp https://www.travizer.com/netsuite-keyboard-shortcuts.html
Ngôn Ngữ Được Hỗ Trợ 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"
}