NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts

NetSuite Keyboard Shortcuts क्या है?

NetSuite Keyboard Shortcuts Milcho Dimkov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NetSuite Keyboard Shortcuts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NetSuite Keyboard Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम NetSuite Keyboard Shortcuts NetSuite Keyboard Shortcuts
ID dgfhjidfjpggcejapjbpadkngnbefdla
आधिकारिक URL https://chromewebstore.google.com/detail/netsuite-keyboard-shortcu/dgfhjidfjpggcejapjbpadkngnbefdla
विवरण NetSuite Keyboard Shortcuts
फ़ाइल का आकार 2.73 MB
स्थापना संख्या 1,363
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-01-15
प्रकाशन तिथि 2021-01-10
रेटिंग 5.00/5 कुल 16 रेटिंग्स
डेवलपर Milcho Dimkov
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.travizer.com/netsuite-keyboard-shortcuts.html
सहायता पृष्ठ URL https://www.travizer.com/netsuite-keyboard-shortcuts.html
समर्थित भाषाएँ 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"
}