cloudstep アドレス帳 for Google Chrome™
Google と連携するグループウェアサービス、「Cloudstep」シリーズの組織階層型アドレス帳サービスである「Cloudstep Address Book」を、Gmail の画面内でご利用いただける Chrome 拡張機能です。
What is cloudstep アドレス帳 for Google Chrome™?
cloudstep アドレス帳 for Google Chrome™ is a Chrome extension developed by Systena Corporation, and its main feature is "Google と連携するグループウェアサービス、「Cloudstep」シリーズの組織階層型アドレス帳サービスである「Cloudstep Address Book」を、Gmail の画面内でご利用いただける Chrome 拡張機能です。".
Extension Screenshots
Download cloudstep アドレス帳 for Google Chrome™ Extension CRX File
Download cloudstep アドレス帳 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
特徴 ・グループをツリー形式で組織階層表示 ・ユーザー プロファイルとドメインの共有連絡先を一覧表示 ・個人連絡先の表示 ・高速な表示と全文検索機能 ・Gmail/カレンダー/ドライブ/サイトに対応 ご利用には、Cloudstep AddressBook のご契約が必要となります。 【お問い合わせ先】 株式会社システナ DXデザイン本部 Mail:[email protected] HP :https://cloudstep.net/
Extension Basic Information
Name | |
ID | dhkdaajfhhfchaahbbnmkgonopccjkji |
Official URL | https://chromewebstore.google.com/detail/cloudstep-%E3%82%A2%E3%83%89%E3%83%AC%E3%82%B9%E5%B8%B3-for-googl/dhkdaajfhhfchaahbbnmkgonopccjkji |
Description | Google と連携するグループウェアサービス、「Cloudstep」シリーズの組織階層型アドレス帳サービスである「Cloudstep Address Book」を、Gmail の画面内でご利用いただける Chrome 拡張機能です。 |
File Size | 115 KB |
Installation Count | 5,021 |
Current Version | 1.1.9 |
Last Updated | 2021-07-13 |
Publish Date | 2019-05-28 |
Rating | 4.00/5 Total 1 Ratings |
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 \u30a2\u30c9\u30ec\u30b9\u5e33 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\u7d44\u7e54\u968e\u5c64\u578b\u30a2\u30c9\u30ec\u30b9\u5e33\u30b5\u30fc\u30d3\u30b9\u3067\u3042\u308b\u300cCloudstep Address Book\u300d\u3092\u3001Gmail \u306e\u753b\u9762\u5185\u3067\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u308b Chrome \u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "version": "1.1.9", "icons": { "16": "address_book_16.png", "48": "address_book_48.png", "128": "address_book_128.png" }, "permissions": [ "https:\/\/*.google.com\/", "https:\/\/cloudstep-ab.appspot.com\/", "storage", "unlimitedStorage" ], "web_accessible_resources": [ "jquery.min.map" ], "background": { "scripts": [ "jquery-1.9.1.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/cloudstep-ab.appspot.com\/*" ], "css": [ "cs-adb.css" ], "js": [ "jquery-1.9.1.min.js", "cs-adb.js" ], "run_at": "document_idle" } ], "options_page": "options.html" } |