cloudstep Connect for Google Chrome™
Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。
What is cloudstep Connect for Google Chrome™?
cloudstep Connect for Google Chrome™ is a Chrome extension developed by Systena Corporation, and its main feature is "Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。".
Extension Screenshots
Download cloudstep Connect for Google Chrome™ Extension CRX File
Download cloudstep Connect for Google Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
特徴 ・Active Directoryの情報をクラウドにリアルタイム連携 ・ふだんのパスワードで Google へシングルサインオン ・柔軟なセキュリティポリシー設定とアクセス制御 拡張機能をご利用いただくと、「承認済みのデバイス」として登録された Google Chrome™ にて誤って履歴情報を削除してしまった場合でも、継続してシングルサインオンがご利用いただけるようになります。 ご利用には、Cloudstep Connect のご契約が必要となります。 【お問い合わせ先】 株式会社システナ DXデザイン本部 Mail:[email protected] HP :https://cloudstep.net/
Extension Basic Information
Name | |
ID | fhjiognljjafibjhceppanjpgfjpjknj |
Official URL | https://chromewebstore.google.com/detail/cloudstep-connect-for-goo/fhjiognljjafibjhceppanjpgfjpjknj |
Description | Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。 |
File Size | 99.04 KB |
Installation Count | 1,589 |
Current Version | 1.0.1 |
Last Updated | 2021-07-12 |
Publish Date | 2014-07-24 |
Developer | Systena Corporation |
[email protected] | |
Payment Type | free |
Extension Website | https://support.cloudstep.jp/service/ |
Privacy Policy Page URL | https://support.cloudstep.jp/privacypolicy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "cloudstep Connect for Google Chrome\u2122", "description": "Google \u3068\u9023\u643a\u3059\u308b\u30b0\u30eb\u30fc\u30d7\u30a6\u30a7\u30a2\u30b5\u30fc\u30d3\u30b9\u3001\u300cCloudstep\u300d\u30b7\u30ea\u30fc\u30ba\u306e\u30b7\u30f3\u30b0\u30eb\u30b5\u30a4\u30f3\u30aa\u30f3\u30b5\u30fc\u30d3\u30b9\u3067\u3042\u308b\u300cCloudstep Connect\u300d\u306e \u300c\u627f\u8a8d\u6e08\u307f\u306e\u30c7\u30d0\u30a4\u30b9\u300d\u3092\u4fdd\u5b58\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "version": "1.0.1", "icons": { "16": "connect_16.png", "48": "connect_48.png", "128": "connect_128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ "jquery.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/cloudstep.jp\/*\/serviceLogin*", "https:\/\/cloudstep.jp\/*\/logout*", "https:\/\/cloudstep.jp\/*\/deviceCompletion*" ], "js": [ "jquery-1.9.1.min.js", "background.js" ], "run_at": "document_start" } ] } |