Formida

Textrespons, bedömning och analys.

Formidaคืออะไร?

Formida เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://formida.se และคุณลักษณะหลักของมันคือ "Textrespons, bedömning och analys."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Formida

ดาวน์โหลดไฟล์ส่วนขยาย Formida ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Formida Formida
ID cfnipddegoknjdoaakegpjnifdjgnhlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/formida/cfnipddegoknjdoaakegpjnifdjgnhlk
คำอธิบาย Textrespons, bedömning och analys.
ขนาดไฟล์ 576 KB
จำนวนการติดตั้ง 2,704
เวอร์ชันปัจจุบัน 1.8.18
อัปเดตครั้งล่าสุด 2020-12-08
วันที่เผยแพร่ 2020-03-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://formida.se
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://formida.se/
URL หน้าช่วยเหลือ https://formida.se/instruktioner/
URL หน้านโยบายความเป็นส่วนตัว https://registration.formida.se/villkor
ภาษาที่รองรับ 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\/*"
    ]
}

ส่วนขยายที่เกี่ยวข้อง