CALLIDO Research Tool

CALLIDO Research Tool for Student

What is CALLIDO Research Tool?

CALLIDO Research Tool is a Chrome extension developed by Callido Browser Tools, and its main feature is "CALLIDO Research Tool for Student".

Extension Screenshots

screenshot

Download CALLIDO Research Tool Extension CRX File

Download CALLIDO Research Tool 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

                        The Callido Research Tool helps you organize and evaluate your sources. You can store all your sources in one place and refer to them easily. It also allows you to create argument maps to structure your research.

This is a subscription based tool. Please contact [email protected] to subscribe!                    

Extension Basic Information

Name CALLIDO Research Tool CALLIDO Research Tool
ID hpoppoplmjinccgllbdponidaffcflcc
Official URL https://chromewebstore.google.com/detail/callido-research-tool/hpoppoplmjinccgllbdponidaffcflcc
Description CALLIDO Research Tool for Student
File Size 2.57 MB
Installation Count 2,220
Current Version 2.1.2
Last Updated 2021-06-10
Publish Date 2020-06-24
Rating 2.79/5 Total 14 Ratings
Developer Callido Browser Tools
Email [email protected]
Payment Type free
Extension Website https://callidolearning.com/
Privacy Policy Page URL https://callidolearning.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApOIo22NPg7LwZBDgGA6S8IjgSYS7Vr7KiObb86pnfkzTzwzrysNkrj+\/iSqgC2Afe1s2AixeczmPL2phXklUgtdmyv6hNyiiGloceKs0xiua+ub162PFaUCeiBekkG3raG710aK\/N2qyppcQwtlpjNR2ppvwZeGCSzoGwnlbtKfpjwF3d6pLO2XOzzsW5HtAOkRE7LbkV5P4iVwxaxNRxkPdKbPm3IV2xpKcei396mXYaG2gpArzI+ZtKdibArrQfnKe\/+rBKNjqeKGtCGuNlMiBsWoN7S9lAb\/C8Bbw0I4NAbT0J0jrL++pMK89nC9pmhYNpWsZtOD+A5x+YmGUxwIDAQAB",
    "manifest_version": 2,
    "name": "CALLIDO Research Tool",
    "version": "2.1.2",
    "description": "CALLIDO Research Tool for Student",
    "icons": {
        "128": "Logo.png",
        "48": "Logo.png",
        "16": "Logo.png"
    },
    "browser_action": {
        "default_icon": "images\/Logo.png"
    },
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/customJsFiles\/url.js",
                "js\/Chart.bundle.js",
                "js\/chart.js",
                "js\/Chart.min.js",
                "js\/sweetalert.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/global.js",
            "js\/background1.js"
        ]
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "web_accessible_resources": [
        "css\/sweetalert.css",
        "subjectSelection.html",
        "questionForm.html",
        "argument_map.html",
        "EvaluateQuestion.html",
        "images\/*",
        "barChart.html",
        "scatteredChart.html",
        "repository.html",
        "argument_repository.html",
        "js\/background1.js",
        "mapper.html",
        "login.html"
    ]
}