Aunna Pass

Gestión de acceso a webs

Что такое Aunna Pass?

Aunna Pass - это расширение Chrome, разработанное Intrasoft SL, и его основная функция - "Gestión de acceso a webs".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Aunna Pass

Скачайте файлы расширений Aunna Pass в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Extensión de AunnaPass para asociados para poder hacer autologin en páginas web del sector seguros                    

Основная информация о расширении

Название Aunna Pass Aunna Pass
ID focooclimfibkofchaklfaaiifpdplbk
Официальный URL https://chromewebstore.google.com/detail/aunna-pass/focooclimfibkofchaklfaaiifpdplbk
Описание Gestión de acceso a webs
Размер файла 2.88 MB
Количество установок 918
Текущая Версия 1.07
Последнее Обновление 2023-10-27
Дата публикации 2023-02-01
Разработчик Intrasoft SL
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pass.aunnamanager.es
URL страницы помощи https://pass.aunnamanager.es
URL страницы политики конфиденциальности https://intrasoft.es/politica-de-privacidad
Поддерживаемые языки es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aunna Pass",
    "description": "Gesti\u00f3n de acceso a webs",
    "version": "1.07",
    "manifest_version": 3,
    "icons": {
        "48": "recursos\/iconos\/IconoAunna38.png",
        "128": "recursos\/iconos\/IconoAunna.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "recursos\/iconos\/IconoAunna38.png",
            "128": "recursos\/iconos\/IconoAunna.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "recursos\/js\/funciones.js",
                "recursos\/js\/apiservicio.js",
                "recursos\/js\/fn_autologin.js",
                "recursos\/js\/jquery.min.js",
                "recursos\/js\/tab.js",
                "recursos\/js\/seguridad\/System.js",
                "recursos\/js\/seguridad\/System.IO.js",
                "recursos\/js\/seguridad\/System.Text.js",
                "recursos\/js\/seguridad\/System.Convert.js",
                "recursos\/js\/seguridad\/System.BigInt.js",
                "recursos\/js\/seguridad\/System.BitConverter.js",
                "recursos\/js\/seguridad\/System.Security.Cryptography.js",
                "recursos\/js\/seguridad\/System.Security.Cryptography.SHA1.js",
                "recursos\/js\/seguridad\/System.Security.Cryptography.HMACSHA1.js",
                "recursos\/js\/seguridad\/System.Security.Cryptography.SHA256.js",
                "recursos\/js\/seguridad\/System.Security.Cryptography.RSA.js",
                "recursos\/js\/seguridad\/System.Security.Cryptography.AES.js",
                "recursos\/js\/seguridad\/System.IO.BinaryReader.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "servicio.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    }
}