Zendesk Alerts
Notifications/alerts for Zendesk tickets
Zendesk Alertsとは何ですか?
Zendesk AlertsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Notifications/alerts for Zendesk tickets」です。
拡張機能のスクリーンショット
Zendesk Alerts拡張機能のCRXファイルをダウンロード
Zendesk Alerts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notifications/alerts for Zendesk tickets exceeding a specific threshold e.g. time since last update. Status of plugin is in beta/testing. More details to follow after more testing.
拡張機能の基本情報
名前 | Zendesk Alerts |
ID | cblbbikodhoplndgnmefnbeolnhnbbkf |
公式URL | https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf |
説明 | Notifications/alerts for Zendesk tickets |
ファイルサイズ | 10.32 KB |
インストール数 | 203 |
現在のバージョン | 2.2 |
最終更新日 | 2019-07-17 |
公開日 | 2019-07-17 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zendesk Alerts", "version": "2.2", "description": "Notifications\/alerts for Zendesk tickets", "icons": { "128": "icon128.png", "32": "icon32.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Zendesk Alerts", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "alarms", "notifications", "storage", "https:\/\/cfapi.testcf.info\/*" ] } |