Kshuf v.27 | كشوف

Administrative aids for educational reports and communication with parents and teachers via WhatsApp

¿Qué es Kshuf v.27 | كشوف?

Kshuf v.27 | كشوف es una extensión de Chrome desarrollada por https://kshuf.com, y su función principal es "Administrative aids for educational reports and communication with parents and teachers via WhatsApp".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Kshuf v.27 | كشوف

Descarga archivos de extensión Kshuf v.27 | كشوف en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        هدفنا :
- تبسيط المهام اليومية للكادر الإداري والتعليمي بالمدارس السعودية.

مهمة هذه الإضافة هي:
اصدار تقرير شامل لجميع أنشطة المعلمين والمعلمات في منصة مدرستي ويشمل (الإثراءات غير التعليمية, عدد المسارات, عدد الدروس المنشأة, عدد الدروس المعتمدة, عدد الطلاب, عدد الإثراءات, عدد الأسئلة, عدد الفصول, الدروس المتزامنة, الدروس غير المتزامنة, عدد الواجبات, الواجبات المنشورة, واجبات الحصص, واجبات الدروس, واجبات منشورة مصححة, واجبات الحصص المصححة, واجبات الدروس مصححة, عدد الاختبارات, الاختبارات المنشورة, اختبارات الحصص, اختبارات الدروس, الأنشطة, الأنشطة المنشورة, أنشطة الحصص).

برمجة وتصميم: مشعل الثبيتي.
للتواصل: 0569676666                    

Información Básica de la Extensión

Nombre Kshuf v.27 | كشوف Kshuf v.27 | كشوف
ID kpjhmgkpghpabghdnhoogmaekkbohlep
URL Oficial https://chromewebstore.google.com/detail/kshuf-v27-%D9%83%D8%B4%D9%88%D9%81/kpjhmgkpghpabghdnhoogmaekkbohlep
Descripción Administrative aids for educational reports and communication with parents and teachers via WhatsApp
Tamaño del Archivo 61.95 KB
Cantidad de Instalaciones 38,731
Versión Actual 2.7.1
Última Actualización 2023-09-08
Fecha de Publicación 2020-09-13
Calificación 4.58/5 Total de 59 Calificaciones
Desarrollador https://kshuf.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kshuf v.27 | \u0643\u0634\u0648\u0641",
    "version": "2.7.1",
    "description": "Administrative aids for educational reports and communication with parents and teachers via WhatsApp",
    "manifest_version": 3,
    "action": {
        "default_icon": "icons\/icon72.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "72": "icons\/icon72.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/noor.moe.gov.sa\/*"
            ],
            "js": [
                "a.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "b.js"
            ],
            "matches": [
                "https:\/\/schools.madrasati.sa\/*",
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/noor.moe.gov.sa\/*"
            ]
        }
    ]
}