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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}