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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sateraito-apps-crm2.appspot.com และคุณลักษณะหลักของมันคือ "Add the create action screen into your Google calendar event."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sateraito Office Cloud CRM for Google Workspace

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
                ""
            ]
        }
    ]
}