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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Get Latest ServiceNow Docs Page Version
Λήψη αρχείων επέκτασης Get Latest ServiceNow Docs Page Version σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |