Sateraito Office Cloud CRM for Google Workspace

Add the create action screen into your Google calendar event.

Sateraito Office Cloud CRM for Google Workspace là gì?

Sateraito Office Cloud CRM for Google Workspace là một tiện ích mở rộng Chrome được phát triển bởi https://sateraito-apps-crm2.appspot.com, và tính năng chính của nó là "Add the create action screen into your Google calendar event.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sateraito Office Cloud CRM for Google Workspace

Tải xuống các tệp mở rộng Sateraito Office Cloud CRM for Google Workspace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sateraito Office Cloud CRM for Google Workspace Sateraito Office Cloud CRM for Google Workspace
ID oaiipogifppkbooedjiacjmjdehclmci
URL Chính Thức https://chromewebstore.google.com/detail/sateraito-office-cloud-cr/oaiipogifppkbooedjiacjmjdehclmci
Mô tả Add the create action screen into your Google calendar event.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-02-28
Ngày Phát Hành 2018-03-12
Nhà Phát Triển https://sateraito-apps-crm2.appspot.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.sateraito.jp/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}