ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

ZendeskSupportNotificationsคืออะไร?

ZendeskSupportNotifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorge Molina และคุณลักษณะหลักของมันคือ "Notifies about new and updated tickets in Zendesk"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZendeskSupportNotifications

ดาวน์โหลดไฟล์ส่วนขยาย ZendeskSupportNotifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Notifies about new and updated tickets in Zendesk.
ZendeskSupportNotifications notifies you when new tickets are created or updated in your zendesk help desk software.

Currently supported help desk software:
* Zendesk                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZendeskSupportNotifications ZendeskSupportNotifications
ID glkjpldmlcngdghjominbohlfjegakfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi
คำอธิบาย Notifies about new and updated tickets in Zendesk
ขนาดไฟล์ 84.59 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2015-05-04
วันที่เผยแพร่ 2015-05-04
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jorge Molina
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZendeskSupportNotifications",
    "version": "1.3.2",
    "manifest_version": 2,
    "description": "Notifies about new and updated tickets in Zendesk",
    "permissions": [
        "notifications",
        "http:\/\/*.zendesk.com\/",
        "https:\/\/*.zendesk.com\/"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "lgpl\/48.png",
        "default_title": "Support Notifications",
        "default_popup": "master_password.html"
    },
    "icons": {
        "16": "lgpl\/16.png",
        "48": "lgpl\/48.png",
        "128": "lgpl\/128.png"
    },
    "web_accessible_resources": [
        "lgpl\/48.png"
    ]
}