Aunna Pass
Gestión de acceso a webs
Wat is Aunna Pass?
Aunna Pass is een Chrome-extensie ontwikkeld door Intrasoft SL, en de belangrijkste functie is "Gestión de acceso a webs".
Extensie Screenshots
Download het CRX-bestand van de extensie Aunna Pass
Download Aunna Pass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extensión de AunnaPass para asociados para poder hacer autologin en páginas web del sector seguros Basisinformatie over de Extensie
| Naam | |
| ID | focooclimfibkofchaklfaaiifpdplbk |
| Officiële URL | https://chromewebstore.google.com/detail/aunna-pass/focooclimfibkofchaklfaaiifpdplbk |
| Beschrijving | Gestión de acceso a webs |
| Bestandsgrootte | 2.88 MB |
| Aantal Installaties | 918 |
| Huidige Versie | 1.07 |
| Laatst Bijgewerkt | 2023-10-27 |
| Publicatiedatum | 2023-02-01 |
| Ontwikkelaar | Intrasoft SL |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://pass.aunnamanager.es |
| Help Pagina-URL | https://pass.aunnamanager.es |
| URL van de Privacybeleid Pagina | https://intrasoft.es/politica-de-privacidad |
| Ondersteunde Talen | 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';"
}
} | |