Vast Conference for Google Calendar

Schedule Vast Conference Meetings in Google Calendar.

Τι είναι το Vast Conference for Google Calendar;

Το Vast Conference for Google Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://conferencecalling.com, και η κύρια λειτουργία του είναι "Schedule Vast Conference Meetings in Google Calendar.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Vast Conference for Google Calendar

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

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

                        Schedule conference calls and online screen sharing meetings with one click!
 
Easily schedule online meetings with the Web Meetings for Google Calendar integration. Your Web Meeting information will automatically be added to any calendar event you create.
 
To schedule a Web Meeting directly from your Google Calendar:
 
1.	Create a new Google Calendar event
2.	Click "Make it a Vast Conference Meeting" in Event Details
3.	Your Web Meeting information will automatically populate in the Location and Meeting Description
4.	Select the time and date of your meeting
5.	Invite any guests
6.	Save the calendar event. Your guests will have the link and dial-in information they need in their invitation.
 
With your Web Meeting account, you can:
•	Host web conferences instantly
•	Share your screen with attendees across the globe
•	Send chat messages to the whole group or individual attendees
•	Send files directly to your participants
•	Host unlimited conferences every month
•	Self-manage your account online                    

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

Όνομα Vast Conference for Google Calendar Vast Conference for Google Calendar
ID cfepdfffaebnolehicfmidmkjgmflkpe
Επίσημο URL https://chromewebstore.google.com/detail/vast-conference-for-googl/cfepdfffaebnolehicfmidmkjgmflkpe
Περιγραφή Schedule Vast Conference Meetings in Google Calendar.
Μέγεθος Αρχείου 1.54 MB
Αριθμός Εγκαταστάσεων 865
Τρέχουσα Έκδοση 1.0.8.35
Τελευταία Ενημέρωση 2022-12-30
Ημερομηνία Δημοσίευσης 2020-06-12
Αξιολόγηση 4.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://conferencecalling.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.conferencecalling.com/?utm_source=gad&utm_medium=cpc&utm_campaign=gcal
Διεύθυνση URL της Σελίδας Βοήθειας https://help.vastconference.com/en/articles/2191774-google-calendar-integration-guide
URL της Σελίδας Πολιτικής Απορρήτου https://www.conferencecalling.com/privacy.html?utm_source=gad&utm_medium=cpc&utm_campaign=gcal
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "offline_enabled": false,
    "name": "Vast Conference for Google Calendar",
    "short_name": "Vast Conference for Google Calendar",
    "version": "1.0.8.35",
    "description": "Schedule Vast Conference Meetings in Google Calendar.",
    "permissions": [
        "background",
        "https:\/\/calendar.google.com\/calendar\/*",
        "https:\/\/api.conferencecalling.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "js": [
                "Resources\/\/Scripts\/\/Jquery\/\/jquery_min_v3.2.1.js",
                "Resources\/\/Scripts\/\/ContentScript\/\/content.js"
            ],
            "css": [
                "Resources\/\/CSS\/\/webmeeting.css",
                "Resources\/\/CSS\/\/styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "Resources\/\/Scripts\/\/Jquery\/\/jquery_min_v3.2.1.js",
            "Resources\/\/Scripts\/\/Encryption\/\/hmac-sha1.js",
            "Resources\/\/Scripts\/\/Encryption\/\/sha1-min.js",
            "Resources\/\/Scripts\/\/Encryption\/\/PBKDF2Encryption.js",
            "Resources\/\/Scripts\/\/serverOperations.js",
            "Resources\/\/Scripts\/\/BackgroundScript\/\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "Resources\/\/CSS\/\/Images\/\/GoogleChrome-Small-Icon.png",
        "default_title": "This extension helps in scheduling the vast conference meetings.",
        "default_popup": "webmeeting.html"
    },
    "options_ui": {
        "page": "webmeetingoptions.html",
        "chrome_style": true
    },
    "icons": {
        "26": "Resources\/\/CSS\/\/Images\/\/GoogleChrome-Small-Icon.png",
        "48": "Resources\/\/CSS\/\/Images\/\/48x48-App-Icon.png",
        "128": "Resources\/\/CSS\/\/Images\/\/128x128-App-Icon-2.png"
    },
    "web_accessible_resources": [
        "Resources\/CSS\/Images\/*.png"
    ]
}