OnceHub for Gmail

Create your ScheduleOnce meeting invitations without leaving Gmail

ما هو OnceHub for Gmail؟

OnceHub for Gmail هو إضافة Chrome تم تطويرها بواسطة https://oncehub.com، والميزة الرئيسية لها هي "Create your ScheduleOnce meeting invitations without leaving Gmail".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة OnceHub for Gmail

قم بتنزيل ملفات الامتداد OnceHub for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة https://help.oncehub.com
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ],
            "js": [
                "iframe.js",
                "contentscript.js",
                "runtime.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts;"
    },
    "action": {
        "default_icon": {
            "32": "assets\/images\/icon32.png",
            "48": "assets\/images\/icon48.png"
        },
        "default_title": "OnceHub for Gmail"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/images\/ext-icon-gmail.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}