تحضير برو
إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني
Wat is تحضير برو?
تحضير برو is een Chrome-extensie ontwikkeld door Al Hosan Al Aswad Information Technology L.L.C, en de belangrijkste functie is "إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني".
Extensie Screenshots
Download het CRX-bestand van de extensie تحضير برو
Download تحضير برو-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني للكادر التعليمي Basisinformatie over de Extensie
| Naam | |
| ID | laahbojidjlomefjmdkpgdlobdcfbade |
| Officiële URL | https://chromewebstore.google.com/detail/%D8%AA%D8%AD%D8%B6%D9%8A%D8%B1-%D8%A8%D8%B1%D9%88/laahbojidjlomefjmdkpgdlobdcfbade |
| Beschrijving | إضافة تحتوي على مجموعة من الأدوات لتيسير التحضير الإلكتروني |
| Bestandsgrootte | 2.71 MB |
| Aantal Installaties | 164 |
| Huidige Versie | 7.0 |
| Laatst Bijgewerkt | 2023-09-06 |
| Publicatiedatum | 2023-08-18 |
| Ontwikkelaar | Al Hosan Al Aswad Information Technology L.L.C |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.tahdirpro.com/ |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |