cloudstep Connect for Google Chrome™
Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。
Wat is cloudstep Connect for Google Chrome™?
cloudstep Connect for Google Chrome™ is een Chrome-extensie ontwikkeld door Systena Corporation, en de belangrijkste functie is "Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。".
Extensie Screenshots
Download het CRX-bestand van de extensie cloudstep Connect for Google Chrome™
Download cloudstep Connect for Google Chrome™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
特徴 ・Active Directoryの情報をクラウドにリアルタイム連携 ・ふだんのパスワードで Google へシングルサインオン ・柔軟なセキュリティポリシー設定とアクセス制御 拡張機能をご利用いただくと、「承認済みのデバイス」として登録された Google Chrome™ にて誤って履歴情報を削除してしまった場合でも、継続してシングルサインオンがご利用いただけるようになります。 ご利用には、Cloudstep Connect のご契約が必要となります。 【お問い合わせ先】 株式会社システナ DXデザイン本部 Mail:[email protected] HP :https://cloudstep.net/
Basisinformatie over de Extensie
Naam | |
ID | fhjiognljjafibjhceppanjpgfjpjknj |
Officiële URL | https://chromewebstore.google.com/detail/cloudstep-connect-for-goo/fhjiognljjafibjhceppanjpgfjpjknj |
Beschrijving | Google と連携するグループウェアサービス、「Cloudstep」シリーズのシングルサインオンサービスである「Cloudstep Connect」の 「承認済みのデバイス」を保存する拡張機能です。 |
Bestandsgrootte | 99.04 KB |
Aantal Installaties | 1,589 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-07-12 |
Publicatiedatum | 2014-07-24 |
Ontwikkelaar | Systena Corporation |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://support.cloudstep.jp/service/ |
URL van de Privacybeleid Pagina | https://support.cloudstep.jp/privacypolicy |
Ondersteunde Talen | 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" } ] } |