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.」です。
拡張機能のスクリーンショット
Secioss AutoLogin拡張機能のCRXファイルをダウンロード
Secioss AutoLogin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SeciossLink代理認証用アドオンです。
SeciossLinkから代理認証を設定したWebサイトに対して、認証情報を送信して自動的にログインします。 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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",
"*:\/\/*\/*"
]
} | |