Accops single sign-on
Send a message to a native application. And autofill user credential.
Что такое Accops single sign-on?
Accops single sign-on - это расширение Chrome, разработанное Accops, и его основная функция - "Send a message to a native application. And autofill user credential.".
Снимки экрана расширения
Скачать файл CRX расширения Accops single sign-on
Скачайте файлы расширений Accops single sign-on в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Calls Accops Native Client extension. Ask for user credential and autofill that in webpage. Accops single sign-on extension and native applications can exchange messages through Accops Native Client extension using an API that is similar to the other message passing APIs. Native applications that support this feature must register a native messaging host that knows how to communicate with the extension. Chrome starts the host in a separate process and communicates with it using standard input and standard output streams.
Основная информация о расширении
Название | Accops single sign-on |
ID | phnbnlnkoakncebejicalfkgmfjhmoin |
Официальный URL | https://chromewebstore.google.com/detail/accops-single-sign-on/phnbnlnkoakncebejicalfkgmfjhmoin |
Описание | Send a message to a native application. And autofill user credential. |
Размер файла | 53.35 KB |
Количество установок | 16 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2016-12-22 |
Дата публикации | 2016-12-22 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Accops |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.accops.com/ |
URL страницы помощи | http://support.accops.com/support/home |
URL страницы политики конфиденциальности | https://www.accops.com/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accops single sign-on", "short_name": "Accops single sign-on", "description": "Send a message to a native application. And autofill user credential.", "version": "1.0.0", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/sts1.mahindrafs.com\/*" ], "js": [ "jquery-1.12.1.min.js", "script.js" ] } ], "web_accessible_resources": [ "propalms-nativemsg-iframe-jhepmpfdpjajhggflbhkjihdcplbchef.html", "manifest.json" ] } |