CA Identity Service
Performs logins to sites using formfill
Что такое CA Identity Service?
CA Identity Service - это расширение Chrome, разработанное Unknown, и его основная функция - "Performs logins to sites using formfill".
Снимки экрана расширения
Скачать файл CRX расширения CA Identity Service
Скачайте файлы расширений CA Identity Service в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
CA Identity Service is an identity management and single sign-on cloud service, that helps hybrid enterprises secure and simplify access to both cloud apps like Google App, Office365, Salesforce.com and AWS and existing on-premise applications.
CA Identity Service:
• Improves productivity with easy user provisioning and single sign-on, bringing all your apps into a unified launchpad
• Empowers your business users to manage their own apps and grant access to them
• Gives you a single view of your entire cloud attack surface with rich, bidirectional integrations with cloud apps
Try it for free today: http://ca.com/identity-service/free-trial Основная информация о расширении
| Название | |
| ID | ldojlcfbpihbnipaidcjkeoddhmcendk |
| Официальный URL | https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk |
| Описание | Performs logins to sites using formfill |
| Размер файла | 20.91 KB |
| Количество установок | 21 |
| Текущая Версия | 1.0.4 |
| Последнее Обновление | 2017-08-31 |
| Дата публикации | 2017-08-31 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Официальный сайт расширения | http://ca.com/identity-service |
| URL страницы помощи | https://communities.ca.com/community/ca-security/ca-identity-service |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CA Identity Service",
"version": "1.0.4",
"description": "Performs logins to sites using formfill",
"background": {
"page": "background.html",
"persistence": false
},
"manifest_version": 2,
"browser_action": {
"name": "CA Identity Service"
},
"content_scripts": [
{
"js": [
"browser-polyfill.js",
"formfill.js",
"content_script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"alarms"
],
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
}
} | |