NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts

Qu'est-ce que NetSuite Keyboard Shortcuts ?

NetSuite Keyboard Shortcuts est une extension Chrome développée par Milcho Dimkov, et sa fonction principale est "NetSuite Keyboard Shortcuts".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension NetSuite Keyboard Shortcuts

Téléchargez les fichiers d'extension NetSuite Keyboard Shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NetSuite Keyboard Shortcuts NetSuite Keyboard Shortcuts
ID dgfhjidfjpggcejapjbpadkngnbefdla
URL Officiel https://chromewebstore.google.com/detail/netsuite-keyboard-shortcu/dgfhjidfjpggcejapjbpadkngnbefdla
Description NetSuite Keyboard Shortcuts
Taille du Fichier 2.73 MB
Nombre d'Installations 1,363
Version Actuelle 1.1
Dernière Mise à Jour 2021-01-15
Date de Publication 2021-01-10
Évaluation 5.00/5 Total 16 Évaluations
Développeur Milcho Dimkov
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.travizer.com/netsuite-keyboard-shortcuts.html
URL de la Page d'Aide https://www.travizer.com/netsuite-keyboard-shortcuts.html
Langues Prises en Charge 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"
}