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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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 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": [
                ""
            ],
            "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": [
                ""
            ]
        }
    ]
}