osTicket Checker
osTicket checker and manager
osTicket Checkerとは何ですか?
osTicket CheckerはPlamen Vasilev Vasilevによって開発されたChromeの拡張機能で、その主な機能は「osTicket checker and manager」です。
拡張機能のスクリーンショット
osTicket Checker拡張機能のCRXファイルをダウンロード
osTicket Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension checks for new tickets in one or more OsTicket systems.
Change log:
Version 1.0.0:
* The plugin is rewritten to work on Chrome version >30
* fixed Chrome desktop notifications
* now it is working with the latest version of osTicket 1.8+ and 1.9+
* the source is public in Github
Version 0.2.1:
* check for valid login
Version 0.2:
* fixed multiple servers connection and notification. 拡張機能の基本情報
| 名前 | |
| ID | kkcdfipbekoniikpigpklbioladkilig |
| 公式URL | https://chrome.google.com/webstore/detail/osticket-checker/kkcdfipbekoniikpigpklbioladkilig |
| 説明 | osTicket checker and manager |
| ファイルサイズ | 394 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2014-09-11 |
| 公開日 | 2014-09-11 |
| 評価 | 3.72/5 合計 18 レビュー |
| 開発者 | Plamen Vasilev Vasilev |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/PlamenVasilev/osTicket-chrome |
| 対応言語 | en |
| manifest.json | |
{
"manifest_version": 2,
"name": "osTicket Checker",
"version": "1.0.1",
"description": "osTicket checker and manager",
"homepage_url": "https:\/\/github.com\/PlamenVasilev\/osTicket-chrome",
"minimum_chrome_version": "30",
"icons": {
"128": "icons\/128.png",
"48": "icons\/48.png"
},
"browser_action": {
"default_icon": "icons\/kenguru.png",
"default_title": "osTicket checker",
"default_popup": "html\/popup.html"
},
"author": "Plamev Vasilev",
"background": {
"scripts": [
"\/js\/lib\/jquery-1.8.3.min.js",
"\/js\/checker.js",
"\/js\/configuration.js",
"\/js\/background.js"
]
},
"options_page": "html\/options.html",
"permissions": [
"notifications",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"offline_enabled": false,
"web_accessible_resources": [
"icons\/48.png"
]
} | |