RMP for Spire

Adds RMP scores to New Spire

Vad är RMP for Spire?

RMP for Spire är en Chrome-tillägg utvecklad av ggordbegli, och dess huvudfunktion är "Adds RMP scores to New Spire".

Tilläggsskärmbilder

screenshot

Ladda ner RMP for Spire-förlängningens CRX-fil

Ladda ner RMP for Spire-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

                        Adds Rate My Professor scores to the new version of Spire. Just search for classes and click the extension, then the ratings will appear. This will save you the hassle of navigating multiple tabs for each professor!                    

Grundläggande Information om Tillägg

Namn RMP for Spire RMP for Spire
ID hcobmackmoenbachebflhldjccopcjpk
Officiell webbadress https://chromewebstore.google.com/detail/rmp-for-spire/hcobmackmoenbachebflhldjccopcjpk
Beskrivning Adds RMP scores to New Spire
Filstorlek 12.57 KB
Antal Installationer 50
Aktuell Version 0.1
Senast Uppdaterad 2022-04-11
Publiceringsdatum 2022-04-10
Utvecklare ggordbegli
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://gabrielgordbegli.com/Privacy-Policies/moodle-auto-login
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RMP for Spire",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Adds RMP scores to New Spire",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}