Secioss AutoLogin

Login to websites using credentials saved on SSO server. Save credentials on new Logins. Both need login to SSO server first.

Was ist Secioss AutoLogin?

Secioss AutoLogin ist eine Chrome-Erweiterung, die von https://www.secioss.co.jp entwickelt wurde, und ihr Hauptmerkmal ist "Login to websites using credentials saved on SSO server. Save credentials on new Logins. Both need login to SSO server first.".

Erweiterungsscreenshots

screenshot

Secioss AutoLogin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Secioss AutoLogin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        SeciossLink代理認証用アドオンです。
SeciossLinkから代理認証を設定したWebサイトに対して、認証情報を送信して自動的にログインします。                    

Grundlegende Informationen zur Erweiterung

Name Secioss AutoLogin Secioss AutoLogin
ID hgabmgeiblbaoolibacenpdndiepahkk
Offizielle URL https://chromewebstore.google.com/detail/secioss-autologin/hgabmgeiblbaoolibacenpdndiepahkk
Beschreibung Login to websites using credentials saved on SSO server. Save credentials on new Logins. Both need login to SSO server first.
Dateigröße 357 KB
Installationsanzahl 2,548
Aktuelle Version 1.4.6
Letztes Update 2023-08-23
Veröffentlichungsdatum 2020-06-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.secioss.co.jp
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secioss AutoLogin",
    "version": "1.4.6",
    "description": "__MSG_description__",
    "default_locale": "ja",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Secioss AutoLogin",
        "default_icon": {
            "16": "images\/logo_16.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        }
    },
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "lib\/aes.js",
            "lib\/jsrsasign.secioss.min.js",
            "lib\/slink_util.js",
            "lib\/constants.js",
            "background\/main.js",
            "background\/autologin.js",
            "background\/recording.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content\/jquery-ui-1.12.1.embedded.css"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "lib\/jquery-ui-1.12.1.min.js",
                "lib\/bililiteRange.js",
                "lib\/jquery.sendkeys.js",
                "lib\/slink_util.js",
                "lib\/constants.js",
                "content\/content.js",
                "content\/autologin.js",
                "content\/recording.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "webRequestBlocking",
        "storage",
        "cookies",
        "tabs",
        "activeTab",
        "webRequest",
        "*:\/\/*\/*"
    ]
}