ReadyTalk Google Calendar Integration
Easily start and schedule ReadyTalk meetings in Google Calendar.
什麼是ReadyTalk Google Calendar Integration?
ReadyTalk Google Calendar Integration是由ReadyTalk開發的Chrome擴展程式,該擴展的主要功能是“Easily start and schedule ReadyTalk meetings in Google Calendar.”。
擴展截圖
下載ReadyTalk Google Calendar Integration擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | ngjoedobndhmodcekbnhgkidlehcmeki |
官方網址 | 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\/*" ] } |