GoodTime Meet

A meeting scheduling tool for business professionals

Τι είναι το GoodTime Meet;

Το GoodTime Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GoodTime.io, και η κύρια λειτουργία του είναι "A meeting scheduling tool for business professionals".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GoodTime Meet

Λήψη αρχείων επέκτασης GoodTime Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        GoodTime Meet allows you to share your scheduling links with just one click! Share your real-time calendar availability right from your email or LinkedIn so you can focus on meeting, not scheduling.

Sign up for your free GoodTime Meet account, then use the GoodTime Meet for Chrome extension to:
- See your calendar events
- Access all of your scheduling links right from your Chrome browser
- Select and share your available times to meet in just a few clicks
- Choose specific time slots to display in emails to quickly set up ad hoc meetings
- Instantly schedule meetings with coworkers

With this Chrome extension, you can also access GoodTime Meet directly from Gmail to: 
- Quickly set up ad hoc meetings
- Insert scheduling links directly into your emails


GoodTime Meet is the only free scheduling software trusted by Fortune 1000 companies, and now our Chrome extension makes it even easier to share your availability over email and LinkedIn! Provide an experience your guests will thank you for with the GoodTime Chrome Extension.


ABOUT GOODTIME
GoodTime helps the best companies hire the top candidates. Companies like Airbnb, Zoom, Slack, Shopify and hundreds of others trust GoodTime to automate their interview scheduling.

With GoodTime Meet, individuals can sign-up for their free account and access the same scheduling software for free!

Privacy Policy: https://www.goodtime.io/privacy-policy                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GoodTime Meet GoodTime Meet
ID ehinojkdamkjmikpooempeibejdgalnk
Επίσημο URL https://chromewebstore.google.com/detail/goodtime-meet/ehinojkdamkjmikpooempeibejdgalnk
Περιγραφή A meeting scheduling tool for business professionals
Μέγεθος Αρχείου 5.54 MB
Αριθμός Εγκαταστάσεων 2,761
Τρέχουσα Έκδοση 0.14.0
Τελευταία Ενημέρωση 2024-02-08
Ημερομηνία Δημοσίευσης 2021-04-25
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής GoodTime.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://meet.goodtime.io/login
URL της Σελίδας Πολιτικής Απορρήτου https://www.goodtime.io/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoodTime Meet",
    "description": "A meeting scheduling tool for business professionals",
    "version": "0.14.0",
    "homepage_url": "https:\/\/www.goodtime.io",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.goodtime.io\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "author": "GoodTime",
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "32": "assets\/icons\/icon-20.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "GoodTime Meet",
        "chrome_style": false
    },
    "background": {
        "service_worker": "script_wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/gmail.bundle.js"
            ]
        }
    ]
}