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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}