Quick Resto ЕГАИС
Добавляет поддержку загрузки документов с УТМ ЕГАИС
What is Quick Resto ЕГАИС?
Quick Resto ЕГАИС is a Chrome extension developed by https://quickresto.ru, and its main feature is "Добавляет поддержку загрузки документов с УТМ ЕГАИС".
Extension Screenshots
Download Quick Resto ЕГАИС Extension CRX File
Download Quick Resto ЕГАИС 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
Расширение Quick Resto ЕГАИС позволяет обмениваться данными с Универсальным Транспортным Модулем (УТМ) ЕГАИС: получать входящие документы с сервера ЕГАИС, отправлять документы в бэк-офис для их последующей обработки (например, приемки ТТН) и передавать в ЕГАИС исходящие документы из бэк-офиса (например, акты разногласий). Для работы расширения необходим открытый в браузере бэк-офис Quick Resto.
Extension Basic Information
Name | Quick Resto ЕГАИС |
ID | cdljmejdeahlacdbiejeckcaecedikfm |
Official URL | https://chromewebstore.google.com/detail/quick-resto-%D0%B5%D0%B3%D0%B0%D0%B8%D1%81/cdljmejdeahlacdbiejeckcaecedikfm |
Description | Добавляет поддержку загрузки документов с УТМ ЕГАИС |
File Size | 691 KB |
Installation Count | 128 |
Current Version | 1.0.37 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://quickresto.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://quickresto.ru |
Help Page URL | https://quickresto.ru/support/ |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.37", "description": "__MSG_extDescription__", "default_locale": "ru", "icons": { "16": "icons\/favicon-16x16.png", "48": "icons\/android-chrome-48x48.png", "128": "icons\/android-chrome-144x144.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.quickresto.ru\/*", "*:\/\/*.quickresto.com\/*", "http:\/\/localhost\/*", "*:\/\/*.qa.ru\/*", "*:\/\/*.edgex-team.ru\/*" ], "js": [ "components\/content.js" ] } ], "background": { "persistent": true, "page": "view\/background.html" }, "permissions": [ "background", "unlimitedStorage", "notifications", "*:\/\/*\/*" ], "browser_action": { "default_title": "QuickResto", "default_icon": "icons\/android-chrome-48x48.png", "default_popup": "view\/popup.html" }, "options_page": "view\/options.html" } |