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

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

Cos'è تحضيري الشامل?

تحضيري الشامل è un'estensione di Chrome sviluppata da مؤسسة الكل التجارية للبرمجة, e la sua funzione principale è "تبسيط تعديل واعداد الحصص للمعلم".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione تحضيري الشامل

Scarica i file di estensione تحضيري الشامل in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome تحضيري الشامل تحضيري الشامل
ID aihdibcmpfffciflpaafbnfggcicmcbf
URL Ufficiale 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
Descrizione تبسيط تعديل واعداد الحصص للمعلم
Dimensione del File 17.17 KB
Conteggio Installazioni 25,508
Versione Corrente 9.9.31
Ultimo Aggiornamento 2023-10-04
Data di Pubblicazione 2022-03-25
Valutazione 4.70/5 Totale 37 Valutazioni
Sviluppatore مؤسسة الكل التجارية للبرمجة
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tahdiri.com/
URL della Pagina di Aiuto https://tahdiri.com/
URL della Pagina della Politica sulla Privacy https://tahdiri.com/privacy.html
Lingue Supportate 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\/*"
            ]
        }
    ]
}