Coursera Get Shareable Link

Get shareable link Coursera Peer-review

Cos'è Coursera Get Shareable Link?

Coursera Get Shareable Link è un'estensione di Chrome sviluppata da perajarvi666, e la sua funzione principale è "Get shareable link Coursera Peer-review".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Coursera Get Shareable Link

Scarica i file di estensione Coursera Get Shareable Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Coursera Get Shareable Link is a small extension for Coursera learners to get links to your submission. This help speed up the grading process since you can invite a mentor or other people to grade your submission                    

Informazioni di Base sull'Estensione

Nome Coursera Get Shareable Link Coursera Get Shareable Link
ID fbplppipepefackdlimggnjogpdamlhn
URL Ufficiale https://chromewebstore.google.com/detail/coursera-get-shareable-li/fbplppipepefackdlimggnjogpdamlhn
Descrizione Get shareable link Coursera Peer-review
Dimensione del File 18.09 KB
Conteggio Installazioni 48,372
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-09-26
Data di Pubblicazione 2021-08-25
Valutazione 4.48/5 Totale 61 Valutazioni
Sviluppatore perajarvi666
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coursera Get Shareable Link",
    "description": "Get shareable link Coursera Peer-review",
    "version": "1.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jman.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}