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