Aunna Pass

Gestión de acceso a webs

什么是Aunna Pass?

Aunna Pass是由Intrasoft SL开发的Chrome扩展程序,该扩展的主要功能是“Gestión de acceso a webs”。

扩展截图

screenshot

下载Aunna Pass扩展crx文件

下载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';"
    }
}