CALLIDO Research Tool

CALLIDO Research Tool for Student

Apa itu CALLIDO Research Tool?

CALLIDO Research Tool adalah ekstensi Chrome yang dikembangkan oleh Callido Browser Tools, dan fitur utamanya adalah "CALLIDO Research Tool for Student".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CALLIDO Research Tool

Unduh file ekstensi CALLIDO Research Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama CALLIDO Research Tool CALLIDO Research Tool
ID hpoppoplmjinccgllbdponidaffcflcc
URL Resmi https://chromewebstore.google.com/detail/callido-research-tool/hpoppoplmjinccgllbdponidaffcflcc
Deskripsi CALLIDO Research Tool for Student
Ukuran File 2.57 MB
Jumlah Instalasi 2,220
Versi Saat Ini 2.1.2
Terakhir Diperbarui 2021-06-10
Tanggal Publikasi 2020-06-24
Penilaian 2.79/5 Total 14 Penilaian
Pengembang Callido Browser Tools
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://callidolearning.com/
URL Halaman Kebijakan Privasi https://callidolearning.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}