تحضيري الشامل

تبسيط تعديل واعداد الحصص للمعلم

What is تحضيري الشامل?

تحضيري الشامل is a Chrome extension developed by مؤسسة الكل التجارية للبرمجة, and its main feature is "تبسيط تعديل واعداد الحصص للمعلم".

Extension Screenshots

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

                        مساعدة المعلم في تأدية مهامته اليومية والاسوعة على منصة مدرستي
للستفسار والدعم الفني واتس اب 
00966542946749                    

Extension Basic Information

Name تحضيري الشامل تحضيري الشامل
ID aihdibcmpfffciflpaafbnfggcicmcbf
Official URL https://chromewebstore.google.com/detail/%D8%AA%D8%AD%D8%B6%D9%8A%D8%B1%D9%8A-%D8%A7%D9%84%D8%B4%D8%A7%D9%85%D9%84/aihdibcmpfffciflpaafbnfggcicmcbf
Description تبسيط تعديل واعداد الحصص للمعلم
File Size 17.17 KB
Installation Count 25,508
Current Version 9.9.31
Last Updated 2023-10-04
Publish Date 2022-03-25
Rating 4.70/5 Total 37 Ratings
Developer مؤسسة الكل التجارية للبرمجة
Email [email protected]
Payment Type free
Extension Website https://tahdiri.com/
Help Page URL https://tahdiri.com/
Privacy Policy Page URL https://tahdiri.com/privacy.html
Supported Languages ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u062a\u062d\u0636\u064a\u0631\u064a \u0627\u0644\u0634\u0627\u0645\u0644",
    "description": "\u062a\u0628\u0633\u064a\u0637 \u062a\u0639\u062f\u064a\u0644 \u0648\u0627\u0639\u062f\u0627\u062f \u0627\u0644\u062d\u0635\u0635 \u0644\u0644\u0645\u0639\u0644\u0645",
    "version": "9.9.31",
    "icons": {
        "16": "logo\/logo-16.jpg",
        "48": "logo\/logo-48.jpg",
        "128": "logo\/logo-128.jpg"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/*",
                "https:\/\/noor.moe.gov.sa\/*",
                "https:\/\/external.madrasati.sa\/*"
            ],
            "js": [
                "q.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-2.1.4.min.js",
                "qq.js"
            ],
            "matches": [
                "https:\/\/schools.madrasati.sa\/*",
                "https:\/\/external.madrasati.sa\/*",
                "https:\/\/noor.moe.gov.sa\/*"
            ]
        }
    ]
}