SN Utils - Tools for ServiceNow

Productivity tools for ServiceNow. (Personal work, not affiliated to ServiceNow)

SN Utils - Tools for ServiceNow क्या है?

SN Utils - Tools for ServiceNow https://arnoudkooi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Productivity tools for ServiceNow. (Personal work, not affiliated to ServiceNow)"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        NOTE: For instances not on service-now.com use SN Utils OnPrem!
 
Current features: 
- Favicon Badges!
- Slashcommands type in /help to know more about this feature
- Edit scripts and widgets in VS Code! (requires sn-scriptsync)
- Show technical names: Show useful info like choice value and name next to labels.
- Search updatesets in progress, view list and set current.
- View your last 20 updates, browse to related record. (Admin role only)
- Node switching.
- Search tables and open list, dictionary or schema map.
- View the data and columns of the current record in a table (similair to view XML)
- Select a (abstract) username, view details of user.
- Provide (context aware) links to relevant places.
- Ability to popin, popout, or copy a tab. (also via context menu)
- Generate GlideRecord template, based on list
- Save record with CTRL-S / CMD-S
- Rightclick to go to Scriptinclude, table or search
- Paste a clipboard image to any record with CTRL-V / CMD-V
- CMD / CTRL Click in a form on element labels, to build conditions and open list
- Support for Studio
- Context menu code snippets and links

There are no assets required on your instances.                    

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

नाम SN Utils - Tools for ServiceNow SN Utils - Tools for ServiceNow
ID jgaodbdddndbaijmcljdbglhpdhnjobg
आधिकारिक URL https://chromewebstore.google.com/detail/sn-utils-tools-for-servic/jgaodbdddndbaijmcljdbglhpdhnjobg
विवरण Productivity tools for ServiceNow. (Personal work, not affiliated to ServiceNow)
फ़ाइल का आकार 3.92 MB
स्थापना संख्या 82,146
वर्तमान संस्करण 7.4.0.1
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2020-06-28
रेटिंग 4.95/5 कुल 171 रेटिंग्स
डेवलपर https://arnoudkooi.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/arnoudkooi/ServiceNow-Utils
सहायता पृष्ठ URL https://github.com/arnoudkooi/ServiceNow-Utils/issues
गोपनीयता नीति पृष्ठ URL https://github.com/arnoudkooi/ServiceNow-Utils/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SN Utils - Tools for ServiceNow",
    "short_name": "SN Utils",
    "description": "Productivity tools for ServiceNow. (Personal work, not affiliated to ServiceNow)",
    "author": "Arnoud Kooi \/ arnoudkooi.com",
    "version": "7.4.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "contextMenus",
        "cookies",
        "sidePanel"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.service-now.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*?XML*",
                "*:\/\/*\/*&XML*",
                "*:\/\/*\/*?WSDL*",
                "*:\/\/*\/*&WSDL*"
            ],
            "js": [
                "js\/purify.min.js",
                "content_script_all_frames.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.service-now.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*?XML*",
                "*:\/\/*\/*&XML*",
                "*:\/\/*\/*?WSDL*",
                "*:\/\/*\/*&WSDL*"
            ],
            "js": [
                "js\/Tinycon.js",
                "content_script_parent.js"
            ],
            "all_frames": false
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+1",
                "mac": "Command+1"
            },
            "description": "Activate Extension"
        },
        "pop": {
            "suggested_key": {
                "default": "Ctrl+2",
                "mac": "Command+2"
            },
            "description": "Pop-In \/ Pop-Out"
        },
        "show-technical-names": {
            "suggested_key": {
                "default": "Ctrl+3",
                "mac": "Command+3"
            },
            "description": "Show Technical Names"
        },
        "slashcommand-shortcut": {
            "suggested_key": {
                "default": "Ctrl+4",
                "mac": "Command+4"
            },
            "description": "Run \/shortcut slashcommand"
        },
        "slashcommand": {
            "description": "Open slashcommand popup"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "inject_next.js",
                "inject_parent.js",
                "css\/*",
                "js\/*"
            ],
            "matches": [
                "https:\/\/*.service-now.com\/*"
            ]
        }
    ],
    "incognito": "split",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src https:\/\/*.service-now.com 'self' data:; child-src 'none'; object-src 'none'; connect-src https:\/\/*.service-now.com ws:\/\/127.0.0.1:1978\/"
    },
    "action": {
        "default_title": "SN Utils",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "show_matches": [
            "https:\/\/*.service-now.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.service-now.com\/*"
    ]
}