Notify-Me for Zendesk
Real time Zendesk Ticket Notifications
Notify-Me for Zendesk란 무엇입니까?
Notify-Me for Zendesk은(는) https://www.notifyme.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real time Zendesk Ticket Notifications"입니다.
확장 프로그램 스크린샷
Notify-Me for Zendesk 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Advanced browser notifications for the Zendesk client. This extension will notify you of new tickets you receive on the view of your choice, in real-time, with a sound alert and/or a chrome popup alert. Clicking on the ticket in the extension opens the Zendesk ticket in the already open Zendesk tab, instead of opening a new tab. Hurray! 30-day free trial and then 5$/mo
확장 프로그램 기본 정보
이름 | Notify-Me for Zendesk |
ID | akndeknkfbncfoalobhohpegmpffibii |
공식 URL | https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii |
설명 | Real time Zendesk Ticket Notifications |
파일 크기 | 2.68 MB |
설치 횟수 | 3,206 |
현재 버전 | 2.0.21 |
최근 업데이트 | 2024-01-25 |
출시 날짜 | 2017-10-07 |
평점 | 4.06/5 총 34 개의 평점 |
개발자 | https://www.notifyme.live |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | Https://www.notifyme.live |
도움말 페이지 URL | Https://www.notifyme.live/contact-us |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notify-Me for Zendesk", "description": "Real time Zendesk Ticket Notifications", "version": "2.0.21", "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com\/ga.js https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/api.mixpanel.com chrome-extension:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'", "permissions": [ "notifications", "https:\/\/*.zendesk.com\/", "storage", "tabs" ], "icons": { "16": "logo_smallNEW.png", "48": "logo_smallNEW.png", "128": "logo_smallNEW.png" }, "browser_action": { "default_popup": "index.html", "default_icon": "logo_smallNEW.png" }, "manifest_version": 2, "background": { "scripts": [ "axios.min.js", "background.js" ] } } |