NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts

Cos'è NetSuite Keyboard Shortcuts?

NetSuite Keyboard Shortcuts è un'estensione di Chrome sviluppata da Milcho Dimkov, e la sua funzione principale è "NetSuite Keyboard Shortcuts".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NetSuite Keyboard Shortcuts

Scarica i file di estensione NetSuite Keyboard Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NetSuite Keyboard Shortcuts NetSuite Keyboard Shortcuts
ID dgfhjidfjpggcejapjbpadkngnbefdla
URL Ufficiale https://chromewebstore.google.com/detail/netsuite-keyboard-shortcu/dgfhjidfjpggcejapjbpadkngnbefdla
Descrizione NetSuite Keyboard Shortcuts
Dimensione del File 2.73 MB
Conteggio Installazioni 1,363
Versione Corrente 1.1
Ultimo Aggiornamento 2021-01-15
Data di Pubblicazione 2021-01-10
Valutazione 5.00/5 Totale 16 Valutazioni
Sviluppatore Milcho Dimkov
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.travizer.com/netsuite-keyboard-shortcuts.html
URL della Pagina di Aiuto https://www.travizer.com/netsuite-keyboard-shortcuts.html
Lingue Supportate 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"
}