cloudstep アドレス帳 for Google Chrome™

Google と連携するグループウェアサービス、「Cloudstep」シリーズの組織階層型アドレス帳サービスである「Cloudstep Address Book」を、Gmail の画面内でご利用いただける Chrome 拡張機能です。

Hvad er cloudstep アドレス帳 for Google Chrome™?

cloudstep アドレス帳 for Google Chrome™ er en Chrome-udvidelse udviklet af Systena Corporation, og dens hovedfunktion er "Google と連携するグループウェアサービス、「Cloudstep」シリーズの組織階層型アドレス帳サービスである「Cloudstep Address Book」を、Gmail の画面内でご利用いただける Chrome 拡張機能です。".

Udvidelsesskærmbilleder

screenshot

Download cloudstep アドレス帳 for Google Chrome™-udvidelses-CRX-fil

Download cloudstep アドレス帳 for Google Chrome™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        特徴
・グループをツリー形式で組織階層表示
・ユーザー プロファイルとドメインの共有連絡先を一覧表示
・個人連絡先の表示
・高速な表示と全文検索機能
・Gmail/カレンダー/ドライブ/サイトに対応

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

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

Grundlæggende oplysninger om udvidelsen

Navn cloudstep アドレス帳 for Google Chrome™ cloudstep アドレス帳 for Google Chrome™
ID dhkdaajfhhfchaahbbnmkgonopccjkji
Officiel 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
Beskrivelse Google と連携するグループウェアサービス、「Cloudstep」シリーズの組織階層型アドレス帳サービスである「Cloudstep Address Book」を、Gmail の画面内でご利用いただける Chrome 拡張機能です。
Filstørrelse 115 KB
Antal Installationer 5,021
Nuværende Version 1.1.9
Senest Opdateret 2021-07-13
Udgivelsesdato 2019-05-28
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler Systena Corporation
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://support.cloudstep.jp/service/
URL til Fortrolighedspolitik Side https://support.cloudstep.jp/privacypolicy
Understøttede Sprog 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"
}