CALLIDO Research Tool

CALLIDO Research Tool for Student

Vad är CALLIDO Research Tool?

CALLIDO Research Tool är en Chrome-tillägg utvecklad av Callido Browser Tools, och dess huvudfunktion är "CALLIDO Research Tool for Student".

Tilläggsskärmbilder

screenshot

Ladda ner CALLIDO Research Tool-förlängningens CRX-fil

Ladda ner CALLIDO Research Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn CALLIDO Research Tool CALLIDO Research Tool
ID hpoppoplmjinccgllbdponidaffcflcc
Officiell webbadress https://chromewebstore.google.com/detail/callido-research-tool/hpoppoplmjinccgllbdponidaffcflcc
Beskrivning CALLIDO Research Tool for Student
Filstorlek 2.57 MB
Antal Installationer 2,220
Aktuell Version 2.1.2
Senast Uppdaterad 2021-06-10
Publiceringsdatum 2020-06-24
Betyg 2.79/5 Totalt 14 Betyg
Utvecklare Callido Browser Tools
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://callidolearning.com/
URL till Sekretesspolicy Sidan https://callidolearning.com/privacy-policy
Stödda Språk 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"
    ]
}