Aunna Pass
Gestión de acceso a webs
Hvad er Aunna Pass?
Aunna Pass er en Chrome-udvidelse udviklet af Intrasoft SL, og dens hovedfunktion er "Gestión de acceso a webs".
Udvidelsesskærmbilleder
Download Aunna Pass-udvidelses-CRX-fil
Download Aunna Pass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Extensión de AunnaPass para asociados para poder hacer autologin en páginas web del sector seguros Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | focooclimfibkofchaklfaaiifpdplbk |
| Officiel URL | https://chromewebstore.google.com/detail/aunna-pass/focooclimfibkofchaklfaaiifpdplbk |
| Beskrivelse | Gestión de acceso a webs |
| Filstørrelse | 2.88 MB |
| Antal Installationer | 918 |
| Nuværende Version | 1.07 |
| Senest Opdateret | 2023-10-27 |
| Udgivelsesdato | 2023-02-01 |
| Udvikler | Intrasoft SL |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://pass.aunnamanager.es |
| Hjælpeside-URL | https://pass.aunnamanager.es |
| URL til Fortrolighedspolitik Side | https://intrasoft.es/politica-de-privacidad |
| Understøttede Sprog | 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';"
}
} | |