LQSound

Audio and browser notification when a student is added to labqueue

What is LQSound?

LQSound is a Chrome extension developed by Chris Barkachi, and its main feature is "Audio and browser notification when a student is added to labqueue".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download LQSound Extension CRX File

Download LQSound extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        For use with labqueue.io

-allows you to choose a sound that will play each time a student is added to the queue, either when they first log on or are added through a reopen
-offers browser notifications that navigate you back to the queue.                    

Extension Basic Information

Name LQSound LQSound
ID cdfnncficbjkiddobflmiiceggikbdgc
Official URL https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc
Description Audio and browser notification when a student is added to labqueue
File Size 78.62 KB
Installation Count 61
Current Version 1.0.0
Last Updated 2020-11-16
Publish Date 2020-04-25
Rating 5.00/5 Total 1 Ratings
Developer Chris Barkachi
Email [email protected]
Payment Type free
Extension Website https://labqueue.io/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LQSound",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Audio and browser notification when a student is added to labqueue",
    "icons": {
        "128": "play-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/labqueue.io\/*",
                "https:\/\/www.labqueue.io\/*",
                "http:\/\/www.labqueue.io\/*",
                "http:\/\/www.labqueue.io\/*"
            ],
            "js": [
                "lqsound.user.js"
            ]
        }
    ]
}