ZyBooks Auto

Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.

Vad är ZyBooks Auto?

ZyBooks Auto är en Chrome-tillägg utvecklad av Prath, och dess huvudfunktion är "Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ZyBooks Auto-förlängningens CRX-fil

Ladda ner ZyBooks Auto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.                    

Grundläggande Information om Tillägg

Namn ZyBooks Auto ZyBooks Auto
ID bjkbhcempihbcacfghfmcmabfhehoiao
Officiell webbadress https://chromewebstore.google.com/detail/zybooks-auto/bjkbhcempihbcacfghfmcmabfhehoiao
Beskrivning Automatically speeds through ZyBooks participation assignments, so you don't have to click through each module individually.
Filstorlek 12.04 KB
Antal Installationer 2,495
Aktuell Version 1.0
Senast Uppdaterad 2023-03-14
Publiceringsdatum 2023-03-14
Betyg 4.78/5 Totalt 9 Betyg
Utvecklare Prath
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZyBooks Auto",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/learn.zybooks.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    }
}