Office@Hand for Google
Office@Hand for Google
什么是Office@Hand for Google?
Office@Hand for Google是由RingCentral开发的Chrome扩展程序,该扩展的主要功能是“Office@Hand for Google”。
扩展截图
下载Office@Hand for Google扩展crx文件
下载Office@Hand for Google扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Integrate your Office@Hand cloud communications system into Google.
• Click phone numbers to make calls through your Office@Hand phone system from your Gmail™ account.
• Invite as many as 1,000 audio participants to any Google Hangout™.
• Schedule Office@Hand Meetings® and conference calls directly within Google Calendar™.
• Listen to your voicemails directly within Gmail.
• Combine your Office@Hand and Google contacts in one easy-to-search screen.
• Manage your Business SMS conversations. 扩展基本信息
| 名称 | |
| ID | ikmdmhifkmnmhdgcadinmpocdnjekicg |
| 官方URL | https://chromewebstore.google.com/detail/officehand-for-google/ikmdmhifkmnmhdgcadinmpocdnjekicg |
| 简介 | Office@Hand for Google |
| 文件大小 | 8.76 MB |
| 安装次数 | 2,782 |
| 当前版本 | 23.3.34 |
| 更新时间 | 2024-01-31 |
| 上架时间 | 2020-04-07 |
| 开发者 | RingCentral |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.att.com/smallbusiness/content/shop/applications/office-at-hand.page |
| 隐私政策页面URL | https://www.ringcentral.com/legal/privacy-notice.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "23.3.34",
"name": "Office@Hand for Google",
"description": "Office@Hand for Google",
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"background",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/",
"storage",
"identity"
],
"browser_action": [],
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"web_accessible_resources": [
"redirect.html",
"client.html",
"assets\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/calendar.google.com\/*"
],
"js": [
".\/googleCalendarContent.js"
],
"all_frames": true
},
{
"matches": [
" | |