OnceHub for Gmail
Create your ScheduleOnce meeting invitations without leaving Gmail
OnceHub for Gmail क्या है?
OnceHub for Gmail https://oncehub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create your ScheduleOnce meeting invitations without leaving Gmail"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OnceHub for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
>> 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 |
ईमेल | [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": [ " |