osTicket Checker
osTicket checker and manager
O que é osTicket Checker?
osTicket Checker é uma extensão do Chrome desenvolvida por Plamen Vasilev Vasilev, e sua principal característica é "osTicket checker and manager".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão osTicket Checker
Baixe arquivos de extensão osTicket Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kkcdfipbekoniikpigpklbioladkilig |
URL Oficial | https://chrome.google.com/webstore/detail/osticket-checker/kkcdfipbekoniikpigpklbioladkilig |
Descrição | osTicket checker and manager |
Tamanho do Arquivo | 394 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.1 |
Última Atualização | 2014-09-11 |
Data de Publicação | 2014-09-11 |
Classificação | 3.72/5 Total de 18 Avaliações |
Desenvolvedor | Plamen Vasilev Vasilev |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/PlamenVasilev/osTicket-chrome |
Idiomas Suportados | 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" ] } |