OnceHub for Gmail
Create your ScheduleOnce meeting invitations without leaving Gmail
什么是OnceHub for Gmail?
OnceHub for Gmail是由https://oncehub.com开发的Chrome扩展程序,该扩展的主要功能是“Create your ScheduleOnce meeting invitations without leaving Gmail”。
扩展截图
下载OnceHub for Gmail扩展crx文件
下载OnceHub for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
>> Instant access to your booking page links <<
Find and share all your ScheduleOnce booking pages.
>> Automatically personalize links <<
Automatically personalize booking links with the 'To' field in the email.
>> Create one-time links <<
Instantly generate one-time links, eliminating any chance of unwanted repeat bookings.
>> Supports all meeting types <<
Easily share scheduling links for all types of meetings including group, panel and one-on-one meetings.
>> Tight integration with Gmail for optimum performance <<
Works in complete harmony with your inbox and contacts to ensure quick and easy scheduling with every email.
---------------------- About OnceHub ----------------------
OnceHub's scheduling and chatbot solutions are here to increase your sales, delight your customers, and save you time
Try it free - www.oncehub.com 扩展基本信息
| 名称 | |
| ID | ijlpmpplkkhpkhgpingckadmlohkgddg |
| 官方URL | https://chromewebstore.google.com/detail/oncehub-for-gmail/ijlpmpplkkhpkhgpingckadmlohkgddg |
| 简介 | Create your ScheduleOnce meeting invitations without leaving Gmail |
| 文件大小 | 616 KB |
| 安装次数 | 7,872 |
| 当前版本 | 27.3 |
| 更新时间 | 2024-02-22 |
| 上架时间 | 2020-05-04 |
| 评分 | 4.85/5 共68次评分 |
| 开发者 | https://oncehub.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.oncehub.com/scheduleonce/home |
| 帮助页面URL | https://help.oncehub.com |
| 隐私政策页面URL | https://www.oncehub.com/trustcenter/legal/privacynotice |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OnceHub for Gmail",
"version": "27.3",
"description": "Create your ScheduleOnce meeting invitations without leaving Gmail",
"icons": {
"16": "assets\/images\/icon16.png",
"32": "assets\/images\/icon32.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"manifest_version": 3,
"permissions": [
"activeTab",
"cookies",
"storage",
"tabs",
"management",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "serviceworker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"inbox.js",
"iframe.js",
"contentscript.js",
"runtime.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
" | |