Sateraito Office Cloud CRM for Google Workspace

Add the create action screen into your Google calendar event.

Sateraito Office Cloud CRM for Google Workspaceとは何ですか?

Sateraito Office Cloud CRM for Google Workspaceはhttps://sateraito-apps-crm2.appspot.comによって開発されたChromeの拡張機能で、その主な機能は「Add the create action screen into your Google calendar event.」です。

拡張機能のスクリーンショット

screenshot

Sateraito Office Cloud CRM for Google Workspace拡張機能のCRXファイルをダウンロード

Sateraito Office Cloud CRM for Google Workspace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google カレンダーの予定詳細画面からサテライトオフィス・クラウドCRMを開くための拡張機能です。

■利用方法
 ・本拡張機能をインストールすると、Google カレンダーの予定詳細画面にクラウドCRMを開くボタンが追加されます。
 ・Google カレンダーの予定に対してクラウドCRMのアクションマスターに管理できます。                    

拡張機能の基本情報

名前 Sateraito Office Cloud CRM for Google Workspace Sateraito Office Cloud CRM for Google Workspace
ID oaiipogifppkbooedjiacjmjdehclmci
公式URL https://chromewebstore.google.com/detail/sateraito-office-cloud-cr/oaiipogifppkbooedjiacjmjdehclmci
説明 Add the create action screen into your Google calendar event.
ファイルサイズ 103 KB
インストール数 243
現在のバージョン 1.0.2
最終更新日 2023-02-28
公開日 2018-03-12
開発者 https://sateraito-apps-crm2.appspot.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.sateraito.jp/privacy.html
対応言語 en,zh-CN,zh-TW,ja
manifest.json
{
    "manifest_version": 3,
    "version": "1.0.2",
    "default_locale": "ja",
    "homepage_url": "http:\/\/www.sateraito.jp\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "icons": {
        "48": "satelite48.png",
        "128": "satelite128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/sateraito-apps-crm2.appspot.com\/"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "action_register_btn.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/calendar\/*",
                "*:\/\/calendar.google.com\/calendar\/*",
                "*:\/\/sateraito-apps-crm2.appspot.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "Logo.gif",
                "bg_White.gif",
                "arrow-up.png",
                "arrow-down.png",
                "loading.gif",
                "jquery-1.10.2.min.map"
            ],
            "matches": [
                ""
            ]
        }
    ]
}