Secioss AutoLogin

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

Secioss AutoLogin란 무엇입니까?

Secioss AutoLogin은(는) https://www.secioss.co.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Login to websites using credentials saved on SSO server. Save credentials on new Logins. Both need login to SSO server first."입니다.

확장 프로그램 스크린샷

screenshot

Secioss AutoLogin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Secioss AutoLogin Secioss AutoLogin
ID hgabmgeiblbaoolibacenpdndiepahkk
공식 URL https://chromewebstore.google.com/detail/secioss-autologin/hgabmgeiblbaoolibacenpdndiepahkk
설명 Login to websites using credentials saved on SSO server. Save credentials on new Logins. Both need login to SSO server first.
파일 크기 357 KB
설치 횟수 2,548
현재 버전 1.4.6
최근 업데이트 2023-08-23
출시 날짜 2020-06-11
평점 5.00/5 총 2 개의 평점
개발자 https://www.secioss.co.jp
이메일 [email protected]
결제 유형 free
지원되는 언어 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",
        "*:\/\/*\/*"
    ]
}