Coursera Get Shareable Link

Get shareable link Coursera Peer-review

What is Coursera Get Shareable Link?

Coursera Get Shareable Link is a Chrome extension developed by perajarvi666, and its main feature is "Get shareable link Coursera Peer-review".

Extension Screenshots

screenshot

Download Coursera Get Shareable Link Extension CRX File

Download Coursera Get Shareable Link 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

                        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                    

Extension Basic Information

Name Coursera Get Shareable Link Coursera Get Shareable Link
ID fbplppipepefackdlimggnjogpdamlhn
Official URL https://chromewebstore.google.com/detail/coursera-get-shareable-li/fbplppipepefackdlimggnjogpdamlhn
Description Get shareable link Coursera Peer-review
File Size 18.09 KB
Installation Count 48,372
Current Version 1.0.2
Last Updated 2023-09-26
Publish Date 2021-08-25
Rating 4.48/5 Total 61 Ratings
Developer perajarvi666
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}