NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts

Co to jest NetSuite Keyboard Shortcuts?

NetSuite Keyboard Shortcuts to rozszerzenie Chrome opracowane przez Milcho Dimkov, a jego główną funkcją jest „NetSuite Keyboard Shortcuts”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia NetSuite Keyboard Shortcuts

Pobierz pliki rozszerzeń NetSuite Keyboard Shortcuts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NetSuite Keyboard Shortcuts NetSuite Keyboard Shortcuts
ID dgfhjidfjpggcejapjbpadkngnbefdla
Oficjalny URL https://chromewebstore.google.com/detail/netsuite-keyboard-shortcu/dgfhjidfjpggcejapjbpadkngnbefdla
Opis NetSuite Keyboard Shortcuts
Rozmiar pliku 2.73 MB
Liczba instalacji 1,363
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-01-15
Data Publikacji 2021-01-10
Ocena 5.00/5 Łącznie 16 Oceny
Deweloper Milcho Dimkov
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.travizer.com/netsuite-keyboard-shortcuts.html
Adres URL Strony Pomocy https://www.travizer.com/netsuite-keyboard-shortcuts.html
Obsługiwane Języki 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"
}