NetSuite Keyboard Shortcuts
NetSuite Keyboard Shortcuts
Was ist NetSuite Keyboard Shortcuts?
NetSuite Keyboard Shortcuts ist eine Chrome-Erweiterung, die von Milcho Dimkov entwickelt wurde, und ihr Hauptmerkmal ist "NetSuite Keyboard Shortcuts".
Erweiterungsscreenshots
NetSuite Keyboard Shortcuts-Erweiterungs-CRX-Datei herunterladen
Laden Sie NetSuite Keyboard Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NetSuite Keyboard Shortcuts |
ID | dgfhjidfjpggcejapjbpadkngnbefdla |
Offizielle URL | https://chromewebstore.google.com/detail/netsuite-keyboard-shortcu/dgfhjidfjpggcejapjbpadkngnbefdla |
Beschreibung | NetSuite Keyboard Shortcuts |
Dateigröße | 2.73 MB |
Installationsanzahl | 1,363 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-01-15 |
Veröffentlichungsdatum | 2021-01-10 |
Bewertung | 5.00/5 Insgesamt 16 Bewertungen |
Entwickler | Milcho Dimkov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.travizer.com/netsuite-keyboard-shortcuts.html |
Hilfeseite URL | https://www.travizer.com/netsuite-keyboard-shortcuts.html |
Unterstützte Sprachen | 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" } |