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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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 } |