Quicktab for Zendesk by Tymeshift

Well behaved browser tabs for Zendesk agents

Quicktab for Zendesk by Tymeshift란 무엇입니까?

Quicktab for Zendesk by Tymeshift은(는) https://tymeshift.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Well behaved browser tabs for Zendesk agents"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quicktab for Zendesk by Tymeshift 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 URL 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"
    }
}