Zendesk Alerts
Notifications/alerts for Zendesk tickets
Zendesk Alertsคืออะไร?
Zendesk Alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Notifications/alerts for Zendesk tickets"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zendesk Alerts
ดาวน์โหลดไฟล์ส่วนขยาย Zendesk Alerts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Notifications/alerts for Zendesk tickets exceeding a specific threshold e.g. time since last update. Status of plugin is in beta/testing. More details to follow after more testing. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cblbbikodhoplndgnmefnbeolnhnbbkf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf |
| คำอธิบาย | Notifications/alerts for Zendesk tickets |
| ขนาดไฟล์ | 10.32 KB |
| จำนวนการติดตั้ง | 203 |
| เวอร์ชันปัจจุบัน | 2.2 |
| อัปเดตครั้งล่าสุด | 2019-07-17 |
| วันที่เผยแพร่ | 2019-07-17 |
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Zendesk Alerts",
"version": "2.2",
"description": "Notifications\/alerts for Zendesk tickets",
"icons": {
"128": "icon128.png",
"32": "icon32.png",
"48": "icon48.png",
"16": "icon16.png"
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "Zendesk Alerts",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"alarms",
"notifications",
"storage",
"https:\/\/cfapi.testcf.info\/*"
]
} | |