Quicktab for Zendesk by Tymeshift

Well behaved browser tabs for Zendesk agents

ما هو Quicktab for Zendesk by Tymeshift؟

Quicktab for Zendesk by Tymeshift هو إضافة Chrome تم تطويرها بواسطة https://tymeshift.com، والميزة الرئيسية لها هي "Well behaved browser tabs for Zendesk agents".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Quicktab for Zendesk by Tymeshift

قم بتنزيل ملفات الامتداد Quicktab for Zendesk by Tymeshift بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Opens Zendesk ticket links in the already open Zendesk tab, instead of opening a new tab. A must-have for all Zendesk Agents.

***

This extension is maintained by Tymeshift. 
Tymeshift builds forecasting, scheduling, and reporting software for the modern age — exclusively for support teams using Zendesk. Learn more at www.tymeshift.com                    

معلومات أساسية عن التمديد

الاسم Quicktab for Zendesk by Tymeshift Quicktab for Zendesk by Tymeshift
ID hhbimbckgheipimadcknkfogegmpoibj
عنوان URL الرسمي https://chromewebstore.google.com/detail/quicktab-for-zendesk-by-t/hhbimbckgheipimadcknkfogegmpoibj
الوصف Well behaved browser tabs for Zendesk agents
حجم الملف 352 KB
عدد التثبيتات 5,150
النسخة الحالية 0.11.12
آخر تحديث 2022-08-10
تاريخ النشر 2022-06-08
تقييم 5.00/5 مجموع تقييمات 1
المطور https://tymeshift.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.tymeshift.com/
عنوان صفحة المساعدة https://support.tymeshift.com/hc/en-us/articles/360003993613-Install-Quicktab-Chrome-Extension
اللغات المدعومة en
manifest.json
{
    "manifest_version": 3,
    "default_locale": "en",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quicktab for Zendesk by Tymeshift",
    "description": "Well behaved browser tabs for Zendesk agents",
    "version": "0.11.12",
    "background": {
        "service_worker": "javascripts\/tabWatcher.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon38-enabled.png",
            "38": "images\/icons\/icon38-enabled.png"
        },
        "default_title": "Quicktab for Zendesk by Tymeshift",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*.zendesk.com\/*",
        "https:\/\/*.zendesk.com\/*"
    ],
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "19": "images\/icons\/icon-19.png",
        "128": "images\/icons\/icon-128.png"
    }
}