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文件
下載Ticketing Tool Extension v3.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | fomnlhpmdjklpcambmeigihdnpbeofaf |
| 官方網址 | 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"
}
} | |