Testock Plugin

Upload your exam solutions in no-time

What is Testock Plugin?

Testock Plugin is a Chrome extension developed by Unknown, and its main feature is "Upload your exam solutions in no-time".

Extension Screenshots

screenshot

Download Testock Plugin Extension CRX File

Download Testock Plugin 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

                        Technion student? Use this plugin to share scans of your solutions to exams in no time. Every time you view your scan in the grades website, you can tap the Testock plugin and be redirected to Testock to upload the scan with just a drag & drop. And remember, Sharing is Caring.                    

Extension Basic Information

Name Testock Plugin Testock Plugin
ID mfoagkijioojiljhoobpnldbjjpncmmn
Official URL https://chromewebstore.google.com/detail/testock-plugin/mfoagkijioojiljhoobpnldbjjpncmmn
Description Upload your exam solutions in no-time
File Size 18.32 KB
Installation Count 43
Current Version 1.2
Last Updated 2019-06-17
Publish Date 2019-06-17
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website https://testock.tk/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Testock Plugin",
    "version": "1.2",
    "description": "Upload your exam solutions in no-time",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/grades.technion.ac.il\/content.aspx*"
            ],
            "run_at": "document_idle",
            "js": [
                "course.js"
            ]
        },
        {
            "matches": [
                "https:\/\/grades.technion.ac.il\/scanexam.ashx*"
            ],
            "run_at": "document_idle",
            "js": [
                "scan.js"
            ]
        },
        {
            "matches": [
                "https:\/\/testock.tk\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "hide.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/testock16.png",
            "32": "images\/testock32.png",
            "48": "images\/testock48.png",
            "128": "images\/testock128.png"
        }
    },
    "icons": {
        "16": "images\/testock16.png",
        "32": "images\/testock32.png",
        "48": "images\/testock48.png",
        "128": "images\/testock128.png"
    },
    "manifest_version": 2
}