Performset (Zendesk) - Next SLA Breach

Converts textual date times into status coloured icons with relative remaining time.

Performset (Zendesk) - Next SLA Breach란 무엇입니까?

Performset (Zendesk) - Next SLA Breach은(는) admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Converts textual date times into status coloured icons with relative remaining time."입니다.

확장 프로그램 스크린샷

screenshot

Performset (Zendesk) - Next SLA Breach 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This plug-in has been specifically designed and provided for Cloudset customers only, running Performset on Zendesk Support.
Performset is an advanced SLA/OLA Management solution for Zendesk.
The plug-in is designed to represent the Next SLA Breach data in a pill format that matches Zendesk native rendition. 
The following two custom fields should be included on your Zendesk View:
- SLA Next Event Time
- SLA Next Event Timestamp

Timezone adjustments for agents is set using the Chrome Plugin Options capability.                    

확장 프로그램 기본 정보

이름 Performset (Zendesk) - Next SLA Breach Performset (Zendesk) - Next SLA Breach
ID oglmfdjlhbpjocckabepgfnplpfclgdb
공식 URL https://chromewebstore.google.com/detail/performset-zendesk-next-s/oglmfdjlhbpjocckabepgfnplpfclgdb
설명 Converts textual date times into status coloured icons with relative remaining time.
파일 크기 83.63 KB
설치 횟수 636
현재 버전 1.1
최근 업데이트 2023-03-30
출시 날짜 2022-08-03
평점 5.00/5 총 1 개의 평점
개발자 admin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cloudset.net/
도움말 페이지 URL https://support.cloudset.net/hc/en-us
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Performset (Zendesk) - Next SLA Breach",
    "description": "Converts textual date times into status coloured icons with relative remaining time.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.zendesk.com\/agent\/*",
                "https:\/\/*.zendesk.com\/agent\/*"
            ],
            "js": [
                "jquerymin3.3.1.js",
                "moment-min.js",
                "moment-timezone-with-data-min.js",
                "cloudsetcc.js",
                "time.js",
                "nextslabreach.js",
                "main.js"
            ],
            "css": [
                "nextslabreach.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    }
}