Google Classroom LinkHub

All links of Google Meet, Google Classroom one place _abx

Τι είναι το Google Classroom LinkHub;

Το Google Classroom LinkHub είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον abx, και η κύρια λειτουργία του είναι "All links of Google Meet, Google Classroom one place _abx".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Classroom LinkHub

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

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

                        Google Classroom LinkHub.
Tired of opening Google Classroom Again and again for links ? 

Saves all your Google Meet and Google Classroom Links at One Place
Simple UI, All links, One Place, Fast Access.

How To Use ??

Step 1 : Enter Details (Teacher Name, Class Name, Meet link, GCR link)
Step 2 : Click 'Plus' icon to add Details.
Step 3 : Open any Base link (Caution: Extensions doesn't work on empty Urls)
Step 4 : Select your Class/ Teacher. 
         Now click on 'MEET' button to join Google Meet or
         click on 'Google Classroom' to join GCR.
         
- Want to Delete ?
  Select Class/ Teacher you want to Delete, Click on 'Minus' icon to Delete selected.
  
  Like my work,
  Add your valuable Reviews. 
  
  Made with ❤ By: abx.                    

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

Όνομα Google Classroom LinkHub Google Classroom LinkHub
ID mbkeinklkdfiodfhojbpikpikmbidmgb
Επίσημο URL https://chromewebstore.google.com/detail/google-classroom-linkhub/mbkeinklkdfiodfhojbpikpikmbidmgb
Περιγραφή All links of Google Meet, Google Classroom one place _abx
Μέγεθος Αρχείου 23.54 KB
Αριθμός Εγκαταστάσεων 1,529
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-02-06
Ημερομηνία Δημοσίευσης 2021-02-06
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής abx
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://bhattcodes.github.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Classroom LinkHub",
    "description": "All links of Google Meet, Google Classroom one place _abx",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "192": "assets\/images\/gcricon.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/gcricon.png",
        "default_popup": "index.html"
    }
}