ReadyTalk Google Calendar Integration

Easily start and schedule ReadyTalk meetings in Google Calendar.

ReadyTalk Google Calendar Integrationคืออะไร?

ReadyTalk Google Calendar Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ReadyTalk และคุณลักษณะหลักของมันคือ "Easily start and schedule ReadyTalk meetings in Google Calendar."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReadyTalk Google Calendar Integration

ดาวน์โหลดไฟล์ส่วนขยาย ReadyTalk Google Calendar Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Instantly start an on-demand meeting directly from the Google Calendar Extension.

Easily schedule meetings and seamlessly add ReadyTalk meeting details to your Google Calendar appointment.

Allow participants to join your ReadyTalk meeting quickly with a single click from your Google Calendar appointment.

Safely store multiple sets of credentials to help you stay organized.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ReadyTalk Google Calendar Integration ReadyTalk Google Calendar Integration
ID ngjoedobndhmodcekbnhgkidlehcmeki
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/readytalk-google-calendar/ngjoedobndhmodcekbnhgkidlehcmeki
คำอธิบาย Easily start and schedule ReadyTalk meetings in Google Calendar.
ขนาดไฟล์ 339 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 0.9.8
อัปเดตครั้งล่าสุด 2018-01-31
วันที่เผยแพร่ 2018-01-31
ผู้พัฒนา ReadyTalk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.readytalk.com/products-services/integrations/connectivity/google-calendar
URL หน้าช่วยเหลือ https://support.readytalk.com/SP/?src=ccemail
URL หน้านโยบายความเป็นส่วนตัว https://www.readytalk.com/privacy-statement
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ReadyTalk Google Calendar Integration",
    "description": "Easily start and schedule ReadyTalk meetings in Google Calendar.",
    "version": "0.9.8",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "ReadyTalk Google Calendar Integration",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "https:\/\/cc.readytalk.com\/",
        "background",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "js\/xhr.js",
            "js\/util.js",
            "js\/vendor\/moment\/moment.min.js",
            "js\/vendor\/moment\/moment-round.min.js",
            "js\/vendor\/handlebars\/handlebars.runtime-v4.0.11.js",
            "js\/vendor\/handlebars\/helpers.hybrid.js",
            "js\/templates\/meetings.js",
            "js\/config.js",
            "js\/model.js",
            "js\/event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/calendar*"
            ],
            "css": [
                "style\/content.css",
                "style\/vendor\/mdc-web\/material-components-web.min.css"
            ],
            "js": [
                "js\/util.js",
                "js\/model.js",
                "js\/config.js",
                "js\/vendor\/mdc-web\/material-components-web.min.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "web_accessible_resources": [
        "img\/*"
    ]
}