التحضير

التحضير الآلي لدروس منصة مدرستي وأسئلة النصفي والنهائي

What is التحضير?

التحضير is a Chrome extension developed by أسئلتي, and its main feature is "التحضير الآلي لدروس منصة مدرستي وأسئلة النصفي والنهائي".

Extension Screenshots

screenshot
screenshot

Download التحضير Extension CRX File

Download التحضير 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

                        إضافة التحضيرعبارة عن أداة: تساعد
 المعلم/ة في إعداد دروس منصة مدرستي
 بنك أسئلة لإختبارات النصفي و النهائي
-------------------------------------------
بعد الضغط على زر " إبدأ التحضير"  الإضافة 
 سوف تقوم  ب
إعداد الدروس بشكل آلي
إمكانية إضافة واجب لكل درس
إمكانية إضافة اختبار لك درس
إمكانية إضافة نشاط  لك درس
-----------------------------------------
إمكانة إضافة الواجب والاختبار والنشاط
دفعة واحدة جميعا أو إختيار واحد منها 
--------------------------------------------
الإضافة تظهر الدروس المستقبلية الغير محضرة فقط 
--------------------------------------------
الدروس الغير محضره تظهر على شكل قائمة
--------------------------------------------
الدروس التي في القائمة هي دروس لسبعة أيام قادمة
---------------------------------------------
لتحميل هذه الإضافة لا تحتاج إلى إسم مستخدم أو كلمة مرور
 الإضافة لن تحتفظ بأي معلومات سريه تخص المستخدم                    

Extension Basic Information

Name التحضير التحضير
ID ndkfnkdjlakldafmnmmaoofkaceleoml
Official URL https://chromewebstore.google.com/detail/%D8%A7%D9%84%D8%AA%D8%AD%D8%B6%D9%8A%D8%B1/ndkfnkdjlakldafmnmmaoofkaceleoml
Description التحضير الآلي لدروس منصة مدرستي وأسئلة النصفي والنهائي
File Size 694 KB
Installation Count 2,162
Current Version 1.1.7
Last Updated 2023-11-28
Publish Date 2023-05-19
Rating 5.00/5 Total 4 Ratings
Developer أسئلتي
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/myasilaty
Supported Languages ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u0627\u0644\u062a\u062d\u0636\u064a\u0631",
    "description": "\u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0627\u0644\u0622\u0644\u064a \u0644\u062f\u0631\u0648\u0633 \u0645\u0646\u0635\u0629 \u0645\u062f\u0631\u0633\u062a\u064a \u0648\u0623\u0633\u0626\u0644\u0629 \u0627\u0644\u0646\u0635\u0641\u064a \u0648\u0627\u0644\u0646\u0647\u0627\u0626\u064a",
    "version": "1.1.7",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": ".\/icon.png",
        "64": ".\/icon.png",
        "32": ".\/icon.png",
        "16": ".\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/SchoolSchedule\/Schedule\/ManageLecture*"
            ],
            "js": [
                "js\/close-tab-handler.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/schools.madrasati.sa\/Teacher\/Lessons\/LessonDetailsNew?Data=*"
            ],
            "js": [
                "js\/captcha-tracker.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "css\/content.css",
                "css\/global.css",
                "db\/*"
            ],
            "matches": [
                "https:\/\/schools.madrasati.sa\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}