CALLIDO Research Tool

CALLIDO Research Tool for Student

Was ist CALLIDO Research Tool?

CALLIDO Research Tool ist eine Chrome-Erweiterung, die von Callido Browser Tools entwickelt wurde, und ihr Hauptmerkmal ist "CALLIDO Research Tool for Student".

Erweiterungsscreenshots

screenshot

CALLIDO Research Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie CALLIDO Research Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name CALLIDO Research Tool CALLIDO Research Tool
ID hpoppoplmjinccgllbdponidaffcflcc
Offizielle URL https://chromewebstore.google.com/detail/callido-research-tool/hpoppoplmjinccgllbdponidaffcflcc
Beschreibung CALLIDO Research Tool for Student
Dateigröße 2.57 MB
Installationsanzahl 2,220
Aktuelle Version 2.1.2
Letztes Update 2021-06-10
Veröffentlichungsdatum 2020-06-24
Bewertung 2.79/5 Insgesamt 14 Bewertungen
Entwickler Callido Browser Tools
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://callidolearning.com/
URL der Datenschutzrichtlinien-Seite https://callidolearning.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}