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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}