Gruveo Instant Connect

Easily generate Gruveo room links for quick and secure video calls

Τι είναι το Gruveo Instant Connect;

Το Gruveo Instant Connect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gruveo.com, και η κύρια λειτουργία του είναι "Easily generate Gruveo room links for quick and secure video calls".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gruveo Instant Connect

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

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

                        Make quick and secure video calls with your clients, colleagues and business partners by simply sharing a Gruveo call link with them. Gruveo Instant Connect lets you easily create a call room and then send the room link to others for a quick video, voice or screen sharing call.

A Gruveo account is required for organizing calls in call rooms.

With Gruveo Instant Connect, you can...

• Create a call room with one click
• Automatically copy the room link to share it with others
• Effortlessly add the call event to your calendar
• Insert the room link into any text box, e.g. Facebook or your favorite messaging app

Gruveo Instant Connect also improves incoming call notifications in Chrome by making them work in the background as well as adding a proper ringing sound to them. Learn more about receiving incoming calls in Gruveo: https://about.gruveo.com/help/handles/

If you like the extension, please rate it ★ ★ ★ ★ ★ 5 stars and give it a +1!

Privacy Policy
https://about.gruveo.com/privacy/

Terms and Conditions
https://about.gruveo.com/terms/

Contact Us & Support
https://about.gruveo.com/contact/                    

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

Όνομα Gruveo Instant Connect Gruveo Instant Connect
ID jlongfhigcebblbebgmpobcgjhlhegcc
Επίσημο URL https://chromewebstore.google.com/detail/gruveo-instant-connect/jlongfhigcebblbebgmpobcgjhlhegcc
Περιγραφή Easily generate Gruveo room links for quick and secure video calls
Μέγεθος Αρχείου 140 KB
Αριθμός Εγκαταστάσεων 1,808
Τρέχουσα Έκδοση 1.5.5
Τελευταία Ενημέρωση 2023-10-04
Ημερομηνία Δημοσίευσης 2019-10-22
Αξιολόγηση 4.59/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής https://www.gruveo.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://about.gruveo.com/help-center/
URL της Σελίδας Πολιτικής Απορρήτου https://about.gruveo.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.5.5",
    "default_locale": "en",
    "icons": {
        "16": "icons\/logo\/logo16.png",
        "19": "icons\/logo\/logo19.png",
        "32": "icons\/logo\/logo32.png",
        "38": "icons\/logo\/logo38.png",
        "48": "icons\/logo\/logo48.png",
        "64": "icons\/logo\/logo64.png",
        "128": "icons\/logo\/logo128.png",
        "256": "icons\/logo\/logo256.png",
        "512": "icons\/logo\/logo512.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "commands": {
        "insert-link-shortcut": {
            "suggested_key": {
                "default": "Alt+Shift+G",
                "mac": "MacCtrl+Shift+G"
            },
            "description": "__MSG_contextTitle__"
        }
    },
    "content_scripts": [
        {
            "js": [
                "informator.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.gruveo.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background-script.js",
            "ring-notification-background-script.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/logo\/logo19.png",
            "38": "icons\/logo\/logo38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "storage",
        "contextMenus",
        "https:\/\/*.gruveo.com\/",
        "webRequest",
        "background"
    ],
    "applications": {
        "gecko": {
            "id": "@gruveo-instant-connect",
            "strict_min_version": "57.0"
        }
    }
}