ZendeskSupportNotifications
Notifies about new and updated tickets in Zendesk
ZendeskSupportNotificationsとは何ですか?
ZendeskSupportNotificationsはJorge Molinaによって開発されたChromeの拡張機能で、その主な機能は「Notifies about new and updated tickets in Zendesk」です。
拡張機能のスクリーンショット
ZendeskSupportNotifications拡張機能のCRXファイルをダウンロード
ZendeskSupportNotifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notifies about new and updated tickets in Zendesk. ZendeskSupportNotifications notifies you when new tickets are created or updated in your zendesk help desk software. Currently supported help desk software: * Zendesk
拡張機能の基本情報
名前 | ZendeskSupportNotifications |
ID | glkjpldmlcngdghjominbohlfjegakfi |
公式URL | https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi |
説明 | Notifies about new and updated tickets in Zendesk |
ファイルサイズ | 84.59 KB |
インストール数 | 131 |
現在のバージョン | 1.3.2 |
最終更新日 | 2015-05-04 |
公開日 | 2015-05-04 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | Jorge Molina |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZendeskSupportNotifications", "version": "1.3.2", "manifest_version": 2, "description": "Notifies about new and updated tickets in Zendesk", "permissions": [ "notifications", "http:\/\/*.zendesk.com\/", "https:\/\/*.zendesk.com\/" ], "background": { "page": "bg.html", "persistent": true }, "options_page": "options.html", "browser_action": { "default_icon": "lgpl\/48.png", "default_title": "Support Notifications", "default_popup": "master_password.html" }, "icons": { "16": "lgpl\/16.png", "48": "lgpl\/48.png", "128": "lgpl\/128.png" }, "web_accessible_resources": [ "lgpl\/48.png" ] } |