Aunna Pass

Gestión de acceso a webs

Co je Aunna Pass?

Aunna Pass je rozšíření Chrome vyvinuté Intrasoft SL, a jeho hlavní funkcí je „Gestión de acceso a webs“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Aunna Pass

Stáhněte si soubory rozšíření Aunna Pass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Aunna Pass Aunna Pass
ID focooclimfibkofchaklfaaiifpdplbk
Oficiální URL https://chromewebstore.google.com/detail/aunna-pass/focooclimfibkofchaklfaaiifpdplbk
Popis Gestión de acceso a webs
Velikost souboru 2.88 MB
Počet instalací 918
Aktuální Verze 1.07
Poslední Aktualizace 2023-10-27
Datum Vydání 2023-02-01
Vývojář Intrasoft SL
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://pass.aunnamanager.es
URL Stránky Nápovědy https://pass.aunnamanager.es
URL Stránky Zásad Ochrany Soukromí https://intrasoft.es/politica-de-privacidad
Podporované Jazyky 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';"
    }
}