NetSuite Keyboard Shortcuts
NetSuite Keyboard Shortcuts
NetSuite Keyboard Shortcutsとは何ですか?
NetSuite Keyboard ShortcutsはMilcho Dimkovによって開発されたChromeの拡張機能で、その主な機能は「NetSuite Keyboard Shortcuts」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |