NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts

什么是NetSuite Keyboard Shortcuts?

NetSuite Keyboard Shortcuts是由Milcho Dimkov开发的Chrome扩展程序,该扩展的主要功能是“NetSuite Keyboard Shortcuts”。

扩展截图

screenshot
screenshot

下载NetSuite Keyboard Shortcuts扩展crx文件

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