cloudstep Connect for Google Chrome™

Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。

Was ist cloudstep Connect for Google Chrome™?

cloudstep Connect for Google Chrome™ ist eine Chrome-Erweiterung, die von Systena Corporation entwickelt wurde, und ihr Hauptmerkmal ist "Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。".

Erweiterungsscreenshots

screenshot

cloudstep Connect for Google Chrome™-Erweiterungs-CRX-Datei herunterladen

Laden Sie cloudstep Connect for Google Chrome™-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

                        特徴
・Active Directoryの情報をクラウドにリアルタイム連携
・ふだんのパスワードで Google へシングルサインオン
・柔軟なセキュリティポリシー設定とアクセス制御

拡張機能をご利用いただくと、「承認済みのデバイス」として登録された Google Chrome™ にて誤って履歴情報を削除してしまった場合でも、継続してシングルサインオンがご利用いただけるようになります。

ご利用には、Cloudstep Connect のご契約が必要となります。

【お問い合わせ先】
株式会社システナ
DXデザイン本部
Mail:[email protected]
HP  :https://cloudstep.net/                    

Grundlegende Informationen zur Erweiterung

Name cloudstep Connect for Google Chrome™ cloudstep Connect for Google Chrome™
ID fhjiognljjafibjhceppanjpgfjpjknj
Offizielle URL https://chromewebstore.google.com/detail/cloudstep-connect-for-goo/fhjiognljjafibjhceppanjpgfjpjknj
Beschreibung Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。
Dateigröße 99.04 KB
Installationsanzahl 1,589
Aktuelle Version 1.0.1
Letztes Update 2021-07-12
Veröffentlichungsdatum 2014-07-24
Entwickler Systena Corporation
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://support.cloudstep.jp/service/
URL der Datenschutzrichtlinien-Seite https://support.cloudstep.jp/privacypolicy
Unterstützte Sprachen 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"
        }
    ]
}