OTRS SOAP
Плагин для браузера Google Chrome работает на сайтах под управлением OTRS. Для корректной работы необходимо включить сервис:…
What is OTRS SOAP?
OTRS SOAP is a Chrome extension developed by staruy, and its main feature is "Плагин для браузера Google Chrome работает на сайтах под управлением OTRS. Для корректной работы необходимо включить сервис:…".
Extension Screenshots
Download OTRS SOAP Extension CRX File
Download OTRS SOAP 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
Плагин для браузера Google Chrome работает на сайтах под управлением OTRS. Для корректной работы необходимо включить сервис: Webservice/GenericTicketConnector. Плагин воспроизводит звук при получении новых тикетов в Ваши очереди. Пожелания и доработки можете присылать через обратную связь.
Extension Basic Information
Name | |
ID | kdpjpoabohaffmadalhjkfegjlnhgaod |
Official URL | https://chromewebstore.google.com/detail/otrs-soap/kdpjpoabohaffmadalhjkfegjlnhgaod |
Description | Плагин для браузера Google Chrome работает на сайтах под управлением OTRS. Для корректной работы необходимо включить сервис:… |
File Size | 99.45 KB |
Installation Count | 17 |
Current Version | 1.5 |
Last Updated | 2019-12-10 |
Publish Date | 2019-12-10 |
Rating | 3.00/5 Total 1 Ratings |
Developer | staruy |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OTRS SOAP", "version": "1.5", "manifest_version": 2, "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "icons": { "48": "Spider-48.png", "128": "Spider-128.png" }, "browser_action": { "default_icon": "sample-19.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery.js" ] } ], "options_page": "options.html" } |