ServiceNow EZ Signature

Create/Edit a ServiceNow Signature for Incident Update.

ServiceNow EZ Signature क्या है?

ServiceNow EZ Signature Ron Bradley (NCSU) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create/Edit a ServiceNow Signature for Incident Update."।

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

screenshot
screenshot
screenshot

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

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

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

                        NOTE:
=====
This application only functions inside the North Carolina State University ServiceNow Instance! The reason for this is to make certain that the extension does not conflict with any text fields that happen to have the same ID entry as what the extension seeks out to add the user signature to. Effectively, the "Add Signature" button will not appear on other webpages not tied to NC State.

IF YOU WOULD LIKE THIS EXTENSION TO SUPPORT YOUR SERVICENOW INSTANCE, PLEASE EMAIL ME. INTERNATIONALIZATION/LOCALIZATION CAN BE DISCUSSED AT THAT TIME AS WELL.

Easily, and quickly, Create/Edit a personal Signature that can be inserted into "Additional comments (Customer visible)" text field of a ServiceNow Incident record.

You can add the signature before you type the incident update, or type out the update and then click Add Signature. It will work either way.

Create Your Signature:
- Create/Edit your signature by clicking the extension icon
     *Recommended: add a carriage return (or 2) before adding signature text
     * Don't forget to click Save Signature when signature is completed

Insert Signature into ServiceNow Incident:
- Click the "Add Signature" button
     * Located directly under the "Additional comments (Customer visible)" text field
     * It's that EZ

Conditional caret positioning:
- If user starting typing, then adds the signature
     * Caret will be placed at the end of user input prior to inserting the signature
- If user adds signature before input
     * Signature is inserted, and caret placed at starting position in the text field

Icon made by Freepik (https://www.freepik.com/) from www.flaticon.com                    

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

नाम ServiceNow EZ Signature ServiceNow EZ Signature
ID lkkjgghajmjmjhfompljhiniijmemlmf
आधिकारिक URL https://chromewebstore.google.com/detail/servicenow-ez-signature/lkkjgghajmjmjhfompljhiniijmemlmf
विवरण Create/Edit a ServiceNow Signature for Incident Update.
फ़ाइल का आकार 164 KB
स्थापना संख्या 124
वर्तमान संस्करण 1.6.5
अंतिम अपडेट 2023-04-09
प्रकाशन तिथि 2018-03-21
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Ron Bradley (NCSU)
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "action": {
        "default_icon": "signature.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-2.2.2.js",
                "signature.js"
            ],
            "matches": [
                "https:\/\/ncsu.service-now.com\/*",
                "https:\/\/ncsudev.service-now.com\/*",
                "https:\/\/ncsutst.service-now.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Create\/Edit a ServiceNow Signature for Incident Update.",
    "icons": {
        "128": "signature_icon_128.png",
        "16": "signature_icon_16.png",
        "48": "signature_icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6giu8TeF0mnRGBG7iiokKJ9IxQ3hMSyFSx+mzXuBpIWBxBb\/tCeOPUsOX8yztSBOxSZWm+Wd4UKreL+X7APSsut8RnqbyaRks3dZ0nqjMqwSa4TbDX7bsTGi3pnf8Lk7uLav0S9GYe6yIBC2GjlsYRF5CbBsTOgG+v7p4mzme8yGe1XcbXQxLg31PrNyER2w2MzL9mlH6CnG7H9b9il4s3bh3pSdE4oLqR6MGZrYBLFJFzX1T1kDyYpDSsPsNocXO3A4FxFkj3+HDmETcIwrYFcs8kx0a+pZnezqQc6iPZguz1hoP2iiwpm7uIqvniBs57pIccbz59P87PCOwatX5QIDAQAB",
    "manifest_version": 3,
    "name": "ServiceNow EZ Signature",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.5"
}