NetSuite Keyboard Shortcuts
NetSuite Keyboard Shortcuts
Wat is NetSuite Keyboard Shortcuts?
NetSuite Keyboard Shortcuts is een Chrome-extensie ontwikkeld door Milcho Dimkov, en de belangrijkste functie is "NetSuite Keyboard Shortcuts".
Extensie Screenshots
Download het CRX-bestand van de extensie NetSuite Keyboard Shortcuts
Download NetSuite Keyboard Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NetSuite Keyboard Shortcuts |
ID | dgfhjidfjpggcejapjbpadkngnbefdla |
Officiële URL | https://chromewebstore.google.com/detail/netsuite-keyboard-shortcu/dgfhjidfjpggcejapjbpadkngnbefdla |
Beschrijving | NetSuite Keyboard Shortcuts |
Bestandsgrootte | 2.73 MB |
Aantal Installaties | 1,363 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-01-15 |
Publicatiedatum | 2021-01-10 |
Beoordeling | 5.00/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Milcho Dimkov |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.travizer.com/netsuite-keyboard-shortcuts.html |
Help Pagina-URL | https://www.travizer.com/netsuite-keyboard-shortcuts.html |
Ondersteunde Talen | 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" } |