osTicket Checker
osTicket checker and manager
What is osTicket Checker?
osTicket Checker is a Chrome extension developed by Plamen Vasilev Vasilev, and its main feature is "osTicket checker and manager".
Extension Screenshots
Download osTicket Checker Extension CRX File
Download osTicket Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kkcdfipbekoniikpigpklbioladkilig |
Official URL | https://chrome.google.com/webstore/detail/osticket-checker/kkcdfipbekoniikpigpklbioladkilig |
Description | osTicket checker and manager |
File Size | 394 KB |
Installation Count | 1,000 |
Current Version | 1.0.1 |
Last Updated | 2014-09-11 |
Publish Date | 2014-09-11 |
Rating | 3.72/5 Total 18 Ratings |
Developer | Plamen Vasilev Vasilev |
Payment Type | free |
Extension Website | https://github.com/PlamenVasilev/osTicket-chrome |
Supported Languages | 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" ] } |