SN Search
Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number.
SN Search란 무엇입니까?
SN Search은(는) rutulpatel.rtl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number."입니다.
확장 프로그램 스크린샷
SN Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google chrome omnibox extension to open Service-Now ticket directly through browser. Just type "sn" to directly go to that ticket. You can enter RTASK, STASK, SRQ, SITM, CTASK, CRQ, INC, etc. number at place in above syntax.
확장 프로그램 기본 정보
이름 | SN Search |
ID | idkeaffmcbakhghefaafgpcdlnngkjge |
공식 URL | https://chromewebstore.google.com/detail/sn-search/idkeaffmcbakhghefaafgpcdlnngkjge |
설명 | Enables Google Chrome omnibox to search Service-Now tickets by entering "sn" and ticket number. |
파일 크기 | 121 KB |
설치 횟수 | 200 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2015-06-05 |
출시 날짜 | 2015-06-05 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | rutulpatel.rtl |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SN Search", "description": "Enables Google Chrome omnibox to search Service-Now tickets by entering \"sn\" and ticket number.", "version": "1.0.2", "manifest_version": 2, "omnibox": { "keyword": "sn" }, "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "9", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ] } |