NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts란 무엇입니까?

NetSuite Keyboard Shortcuts은(는) Milcho Dimkov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NetSuite Keyboard Shortcuts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NetSuite Keyboard Shortcuts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}