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
拡張機能の基本情報
名前 | OnceHub for Gmail |
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 |
Eメール | [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": [ " |