Aunna Pass
Gestión de acceso a webs
Aunna Passとは何ですか?
Aunna PassはIntrasoft SLによって開発されたChromeの拡張機能で、その主な機能は「Gestión de acceso a webs」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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';" } } |