Formida

Textrespons, bedömning och analys.

What is Formida?

Formida is a Chrome extension developed by https://formida.se, and its main feature is "Textrespons, bedömning och analys.".

Extension Screenshots

screenshot

Download Formida Extension CRX File

Download Formida 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

                        Med Formidas verktyg kan du hantera textrespons, bedömning och analys var du än befinner dig och oberoende av plattform.

För lärare, IKT-pedagoger och skolutvecklare.                    

Extension Basic Information

Name Formida Formida
ID cfnipddegoknjdoaakegpjnifdjgnhlk
Official URL https://chromewebstore.google.com/detail/formida/cfnipddegoknjdoaakegpjnifdjgnhlk
Description Textrespons, bedömning och analys.
File Size 576 KB
Installation Count 2,704
Current Version 1.8.18
Last Updated 2020-12-08
Publish Date 2020-03-20
Rating 5.00/5 Total 4 Ratings
Developer https://formida.se
Email [email protected]
Payment Type free
Extension Website https://formida.se/
Help Page URL https://formida.se/instruktioner/
Privacy Policy Page URL https://registration.formida.se/villkor
Supported Languages sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "min\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "name": "Formida"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "min\/getContents.min.js",
                "libs\/jquery-ui.min.js",
                "libs\/jquery.tooltipster.min.js",
                "libs\/list.min.js",
                "min\/functions.min.js",
                "min\/content.min.js",
                "min\/floaty.min.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/apis.google.com\/*",
                "https:\/\/clients5.google.com\/*",
                "https:\/\/accounts.google.com\/*",
                "https:\/\/clients5.google.com\/*",
                "https:\/\/clients6.google.com\/*",
                "https:\/\/0.docs.google.com\/*",
                "https:\/\/skyapi.onedrive.live.com\/*",
                "https:\/\/people.directory.live.com\/*",
                "https:\/\/a.lw.skype.com\/*",
                "https:\/\/api.skype.com\/*",
                "https:\/\/onedrive.live.com\/*",
                "https:\/\/classroom.google.com\/*",
                "https:\/\/sharepoint.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/m365edu029587-my.sharepoint.com\/"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "min\/setUpCept.min.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/api.formida.se\/cepticon\/*",
                "https:\/\/my.formida.se\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "min\/oauth.min.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/api.formida.se\/oauth2callback\/*",
                "https:\/\/api.formida.se\/mscallback\/*",
                "https:\/\/api.formida.se\/cepticon\/*",
                "https:\/\/my.formida.se\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/d3js.org\/d3.v3.js; object-src 'self'",
    "description": "Textrespons, bed\u00f6mning och analys.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Formida",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/api.formida.se\/",
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "Formida",
    "version": "1.8.18",
    "web_accessible_resources": [
        "libs\/*",
        "floaty.html",
        "js\/*",
        "css\/*",
        "icons\/*",
        "fonts\/*",
        "images\/*",
        "min\/*"
    ]
}