تحضير برو
إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني
Was ist تحضير برو?
تحضير برو ist eine Chrome-Erweiterung, die von Al Hosan Al Aswad Information Technology L.L.C entwickelt wurde, und ihr Hauptmerkmal ist "إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني".
Erweiterungsscreenshots
تحضير برو-Erweiterungs-CRX-Datei herunterladen
Laden Sie تحضير برو-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني للكادر التعليمي Grundlegende Informationen zur Erweiterung
| Name | |
| ID | laahbojidjlomefjmdkpgdlobdcfbade |
| Offizielle URL | https://chromewebstore.google.com/detail/%D8%AA%D8%AD%D8%B6%D9%8A%D8%B1-%D8%A8%D8%B1%D9%88/laahbojidjlomefjmdkpgdlobdcfbade |
| Beschreibung | إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني |
| Dateigröße | 2.71 MB |
| Installationsanzahl | 164 |
| Aktuelle Version | 7.0 |
| Letztes Update | 2023-09-06 |
| Veröffentlichungsdatum | 2023-08-18 |
| Entwickler | Al Hosan Al Aswad Information Technology L.L.C |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.tahdirpro.com/ |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |