Get Latest ServiceNow Docs Page Version

Copy the link to the LATEST version of a ServiceNow Docs, then navigate there automatically. Full article at https://latest.snc.guru

Get Latest ServiceNow Docs Page Version क्या है?

Get Latest ServiceNow Docs Page Version http://snprotips.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy the link to the LATEST version of a ServiceNow Docs, then navigate there automatically. Full article at https://latest.snc.guru"।

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

screenshot

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

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

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

                        This extension allows you to copy a link to the latest version of a ServiceNow Docs page you're currently viewing (from docs.servicenow.com), and then will navigate you to that latest article version automatically. 
This is helpful for when you Google some question about ServiceNow and click one of the results, only to find that you're (as is usually the case) taken to an article which is years out of date, or for when you want to provide someone else with a link to the latest version of an article no matter when they view the link. 

This extension does not collect or access any of your personal information, does not report back to any server, and does not pester or advertise to you in any way. This Chrome extension is provided without advertisement, free of charge, by The SN Guys, and SN Pro Tips (https://snprotips.com). 

Full article with code and detailed description of this functionality can be found in the article, at https://latest.snc.guru                    

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

नाम Get Latest ServiceNow Docs Page Version Get Latest ServiceNow Docs Page Version
ID pcofjnpogpinbglkflehkhagnbhakggp
आधिकारिक URL https://chrome.google.com/webstore/detail/get-latest-servicenow-doc/pcofjnpogpinbglkflehkhagnbhakggp
विवरण Copy the link to the LATEST version of a ServiceNow Docs, then navigate there automatically. Full article at https://latest.snc.guru
फ़ाइल का आकार 34.74 KB
स्थापना संख्या 67
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-08-30
प्रकाशन तिथि 2022-08-14
डेवलपर http://snprotips.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://snprotips.com/get-latest-docs-page-version
सहायता पृष्ठ URL https://snprotips.com/get-latest-docs-page-version
गोपनीयता नीति पृष्ठ URL http://snprotips.com/subscribe
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Latest ServiceNow Docs Page Version",
    "description": "Copy the link to the LATEST version of a ServiceNow Docs, then navigate there automatically. Full article at https:\/\/latest.snc.guru",
    "homepage_url": "https:\/\/snprotips.com\/get-latest-docs-page-version",
    "action": {
        "default_icon": "Icons\/icon-128.png",
        "default_title": "Get Latest ServiceNow Docs Page Version"
    },
    "icons": {
        "16": "Icons\/icon-16.png",
        "48": "Icons\/icon-48.png",
        "128": "Icons\/icon-128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/docs.servicenow.com\/*",
        "http:\/\/docs.servicenow.com\/*",
        "https:\/\/servicenow.com\/*",
        "https:\/\/*.servicenow.com\/*"
    ],
    "version": "1.0.1",
    "manifest_version": 3
}