Ticketing Tool Extension v3.0
Ticketing Tool Extension v3.0
Ticketing Tool Extension v3.0란 무엇입니까?
Ticketing Tool Extension v3.0은(는) e360sitemanagement에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ticketing Tool Extension v3.0"입니다.
확장 프로그램 스크린샷
Ticketing Tool Extension v3.0 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browser Extension - MLS techs can use the tool to log work performed as 'work items' against the ticket, categorize Incident tickets appropriately. Enhancement for deployed incidents. Enhancement for deployed incidents.
확장 프로그램 기본 정보
이름 | Ticketing Tool Extension v3.0 |
ID | fomnlhpmdjklpcambmeigihdnpbeofaf |
공식 URL | https://chromewebstore.google.com/detail/ticketing-tool-extension/fomnlhpmdjklpcambmeigihdnpbeofaf |
설명 | Ticketing Tool Extension v3.0 |
파일 크기 | 561 KB |
설치 횟수 | 176 |
현재 버전 | 3.0.1 |
최근 업데이트 | 2023-09-06 |
출시 날짜 | 2021-05-24 |
개발자 | e360sitemanagement |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ticketing Tool Extension v3.0", "description": "Ticketing Tool Extension v3.0", "version": "3.0.1", "manifest_version": 3, "permissions": [ "activeTab", "tabs", "scripting", "identity", "storage", "identity.email" ], "oauth2": { "client_id": "c560e5f4-f65d-420a-a1e2-ab2f4e313f57", "scopes": [ "api:\/\/38d35fe9-f233-4626-8e2f-3573f3505ba3\/.default" ], "tenant_id": "72f988bf-86f1-41af-91ab-2d7cd011db47" }, "content_scripts": [ { "matches": [ "https:\/\/microsoft.service-now.com\/*", "https:\/\/microsoftuat.service-now.com\/*", "https:\/\/*\/*" ], "js": [ "JS\/content.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Ticketing Tool Extension v3.0", "default_icon": "Images\/ExtensionLogo.png" } } |