تحضير برو

إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني

What is تحضير برو?

تحضير برو is a Chrome extension developed by Al Hosan Al Aswad Information Technology L.L.C, 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

                        إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني للكادر التعليمي                    

Extension Basic Information

Name تحضير برو تحضير برو
ID laahbojidjlomefjmdkpgdlobdcfbade
Official URL https://chromewebstore.google.com/detail/%D8%AA%D8%AD%D8%B6%D9%8A%D8%B1-%D8%A8%D8%B1%D9%88/laahbojidjlomefjmdkpgdlobdcfbade
Description إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني
File Size 2.71 MB
Installation Count 164
Current Version 7.0
Last Updated 2023-09-06
Publish Date 2023-08-18
Developer Al Hosan Al Aswad Information Technology L.L.C
Email [email protected]
Payment Type free
Extension Website https://www.tahdirpro.com/
Supported Languages ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "jq.js",
                "Sscript.js"
            ],
            "matches": [
                "https:\/\/schools.madrasati.sa\/SchoolManagment\/Actions\/Teacher\/*",
                "https:\/\/external.madrasati.sa\/SchoolManagment\/Actions\/Teacher\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/Teacher\/Lessons\/LessonDetailsNew?Data=*",
                "https:\/\/schools.madrasati.sa\/SchoolSchedule\/Schedule\/ManageLecture?SchoolId=*",
                "https:\/\/external.madrasati.sa\/Teacher\/Lessons\/LessonDetailsNew?Data=*",
                "https:\/\/external.madrasati.sa\/SchoolSchedule\/Schedule\/ManageLecture?SchoolId=*"
            ],
            "js": [
                "Sscript2.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/Teacher\/TimeTable\/Index\/*",
                "https:\/\/external.madrasati.sa\/Teacher\/TimeTable\/Index\/*",
                "https:\/\/schools.madrasati.sa\/SchoolSchedule\/Schedule\/TeacherSchedule?SchoolId=*"
            ],
            "js": [
                "Sscript3.js",
                "jq.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/Teacher\/Assignments\/GradeAssignment\/*"
            ],
            "js": [
                "Sscript4.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/noor.moe.gov.sa\/Noor\/EduWaveSMS\/*"
            ],
            "js": [
                "jq.js",
                "rsd.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/noor.moe.gov.sa\/Noor\/EduWaveEducational\/*"
            ],
            "js": [
                "jq.js",
                "rsdd.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/SchoolManagment\/Actions\/Teacher\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript4.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/schools.madrasati.sa\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript2.js"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "manifest_version": 3,
    "name": "\u062a\u062d\u0636\u064a\u0631 \u0628\u0631\u0648",
    "description": "\u0625\u0636\u0627\u0641\u0629 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u0623\u062f\u0648\u0627\u062a \u0644\u062a\u064a\u0633\u064a\u0631 \u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",
    "version": "7.0",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jq.js",
                "logo.png"
            ],
            "matches": [
                "https:\/\/schools.madrasati.sa\/*",
                "https:\/\/external.madrasati.sa\/*"
            ]
        },
        {
            "resources": [
                "myscript2.js",
                "myscript4.js"
            ],
            "matches": [
                "https:\/\/schools.madrasati.sa\/*",
                "https:\/\/external.madrasati.sa\/*"
            ]
        }
    ]
}