BB collaborate course list

Takes you to the collaborate page of your course

BB collaborate course list là gì?

BB collaborate course list là một tiện ích mở rộng Chrome được phát triển bởi Sal7one, và tính năng chính của nó là "Takes you to the collaborate page of your course".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BB collaborate course list

Tải xuống các tệp mở rộng BB collaborate course list dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🌼
هذه الاضافة لا تتبع لأي جامعة ولا منشئة
Blackboard  ولا ل شركة 

ما هي إلا اختصار للروابط المقدمة لك فقط

هذه الاضافة لا تلمس اي بيانات للمستخدم ولا للمواقع التي تعمل عليها
تمت الموافقة على هذه الإضافة من قبل شركة قوقل على انها سليمة وفقط اختصار وتصميم للمستخدم 

(مثل الدخول على اي موقع من جوال او كمبيوتر,لا شأن بالموقع فيك ف هو اختيار المستخدم كيف يعرض الموقع)
🌼

In 4.5.0
Ability to download your list so you can use it offline without needing to login to BB every time
maybe also send it to your phone :D
(Keep in mind you can't access your lectures if you don't log in)
Small design work
In 4.1.5

More design work
fixed issue with course names for Med students 

In 4.0.5

Minor design work

In 4.0.0

More Changes and future proofing

In 3.1.0

HotFix: Works with the New Blackboard
Small redesign 

In 3.0

Minor design change. size Reduction from 550kb to 71 :D

Fixed design stuff

NEW UPDATE 2.0

-- Android support ( Kiwi and Yandex browsers)
-- Fixed Asking for login if you use another domain for BB
-- Changed the link to support mobile (Refreshing won't work in this new page)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BB collaborate course list BB collaborate course list
ID adghpfebifehiecpkahfdkbpblchlijh
URL Chính Thức https://chromewebstore.google.com/detail/bb-collaborate-course-lis/adghpfebifehiecpkahfdkbpblchlijh
Mô tả Takes you to the collaborate page of your course
Kích Thước Tệp 74.5 KB
Số Lần Cài Đặt 523
Phiên Bản Hiện Tại 4.5.0
Cập Nhật Lần Cuối 2021-04-01
Ngày Phát Hành 2020-09-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Sal7one
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/saboandluffyhavefunalottyo
URL Trang Trợ Giúp https://github.com/saboandluffyhavefunalottyo
Ngôn Ngữ Được Hỗ Trợ ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BB collaborate course list",
    "version": "4.5.0",
    "description": "Takes you to the collaborate page of your course",
    "content_scripts": [
        {
            "run_at": "document_start",
            "css": [
                "extensionstyles.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/arrive\/src\/arrive.js",
                "index.js",
                "script.js",
                "downloader.js"
            ],
            "matches": [
                "*:\/\/bblms.kfu.edu.sa\/webapps\/*",
                "https:\/\/reglms.kfu.edu.sa\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "script.js"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}