cloudstep アドレス帳 for Google Chrome™

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

Wat is cloudstep アドレス帳 for Google Chrome™?

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

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie cloudstep アドレス帳 for Google Chrome™

Download cloudstep アドレス帳 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

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

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

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

Basisinformatie over de Extensie

Naam cloudstep アドレス帳 for Google Chrome™ cloudstep アドレス帳 for Google Chrome™
ID dhkdaajfhhfchaahbbnmkgonopccjkji
Officiële 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
Beschrijving Google と連携するグループウェアサービス、「Cloudstep」シリーズの組織階層型アドレス帳サービスである「Cloudstep Address Book」を、Gmail の画面内でご利用いただける Chrome 拡張機能です。
Bestandsgrootte 115 KB
Aantal Installaties 5,021
Huidige Versie 1.1.9
Laatst Bijgewerkt 2021-07-13
Publicatiedatum 2019-05-28
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Systena Corporation
E-mail [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 \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"
}