cloudstep Connect for Google Chrome™

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

Apa itu cloudstep Connect for Google Chrome™?

cloudstep Connect for Google Chrome™ adalah ekstensi Chrome yang dikembangkan oleh Systena Corporation, dan fitur utamanya adalah "Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi cloudstep Connect for Google Chrome™

Unduh file ekstensi cloudstep Connect for Google Chrome™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

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

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

Informasi Dasar Ekstensi

Nama cloudstep Connect for Google Chrome™ cloudstep Connect for Google Chrome™
ID fhjiognljjafibjhceppanjpgfjpjknj
URL Resmi https://chromewebstore.google.com/detail/cloudstep-connect-for-goo/fhjiognljjafibjhceppanjpgfjpjknj
Deskripsi Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。
Ukuran File 99.04 KB
Jumlah Instalasi 1,589
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-07-12
Tanggal Publikasi 2014-07-24
Pengembang Systena Corporation
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://support.cloudstep.jp/service/
URL Halaman Kebijakan Privasi https://support.cloudstep.jp/privacypolicy
Bahasa yang Didukung 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"
        }
    ]
}