التحضير الذكي
التحضير الذكي لطلاب المدارس السعودية والتحقق من حالة التحصين.
What is التحضير الذكي?
التحضير الذكي is a Chrome extension developed by https://tahdir.net, and its main feature is "التحضير الذكي لطلاب المدارس السعودية والتحقق من حالة التحصين.".
Extension Screenshots
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
النظام البديل لنظام البصمة وانظمة التحضير المختلفة
نظام تحضير الطلاب
نظام تحضير المعلمين
ارسال الشهادات
ادوات المرشد الطلاب
ارسال قائمة المشكلات
تحليل نتائج اﻻختبارات الدوليه
التحضير الذكي لطلاب المدارس السعودية والتحقق من حالة الطالب وهل يسمح له بالحضور أم ﻻ
مع توضيح بيانات الطالب واسمه وصورته
وطباعة باركود وبطاقة خاصة بكل طالب
احصائيات بالمصابين والحالات المختلفة
يدعم بطاقة الاحوال للطالب
يمكن تحضير الطالب بواسطة جوال المعلم او المشرف
او من خلال جهاز الباركود او من خلال كاميرا الكمبيوتر او يدويا برقم الهوية
يدعم ايضا المعلمين
تقارير الحضور واﻻنصراف والتاخير
ارسال الغياب لولى اﻻمر برسالة جوال
ارسال الغياب لولى اﻻمر واتس اب (جديد)
اضافة الغياب لنظام نور
نظام المناداة والاستئذان
ارسال الشهادات لولى الامر برابط مباشر (المدرسة كاملة ترسل خلال دقيقة)
والنظام مرتبط مع توكلنا لتحديث البيانات من قبل مدير المدرسة من جهازه الشخصي بدون الحاجه ﻻن يطلع أحد على بياناته
رابط النظام
https://tahdir.net
تسجيل حساب واستخدام النظام من هنا مجانا لمدة يومين
https://tahdir.net/user/register
التواصل مع مؤسسة صدي صرح الرؤية وكيلنا الحصري بالسعودية للنظام
https://sdaa.com.sa/
او زيارة موقع الشركة المبرمجة
https://brmja.com Extension Basic Information
| Name | |
| ID | opajmhmocfofphoadlmhglmomkmagajo |
| Official URL | https://chromewebstore.google.com/detail/%D8%A7%D9%84%D8%AA%D8%AD%D8%B6%D9%8A%D8%B1-%D8%A7%D9%84%D8%B0%D9%83%D9%8A/opajmhmocfofphoadlmhglmomkmagajo |
| Description | التحضير الذكي لطلاب المدارس السعودية والتحقق من حالة التحصين. |
| File Size | 122 KB |
| Installation Count | 2,493 |
| Current Version | 7 |
| Last Updated | 2023-12-06 |
| Publish Date | 2021-09-02 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | https://tahdir.net |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://tahdir.net |
| Help Page URL | https://tahdir.net |
| Privacy Policy Page URL | https://naqar.net/privacy.php |
| Supported Languages | ar |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0627\u0644\u0630\u0643\u064a",
"description": "\u0627\u0644\u062a\u062d\u0636\u064a\u0631 \u0627\u0644\u0630\u0643\u064a \u0644\u0637\u0644\u0627\u0628 \u0627\u0644\u0645\u062f\u0627\u0631\u0633 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u0648\u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u062d\u0635\u064a\u0646.",
"version": "7",
"manifest_version": 3,
"content_scripts": [
{
"js": [
"assets\/js\/jquery.min.js",
"assets\/js\/background.js"
],
"matches": [
"https:\/\/*.whatsapp.com\/*",
"https:\/\/*.brmja.com\/*",
"https:\/\/*.tahdir.net\/*",
"https:\/\/*.naqar.net\/*",
"https:\/\/*.moe.gov.sa\/*",
"https:\/\/*.gov.sa\/*",
"https:\/\/*.madrasati.sa\/*",
"https:\/\/wa.me\/*",
"https:\/\/*.nogaty.com\/*"
]
}
],
"permissions": [
"storage"
],
"action": {
"default_popup": "layouts\/popup.html",
"default_icon": {
"128": "assets\/img\/icon.png"
}
},
"icons": {
"128": "assets\/img\/icon.png"
},
"background": {
"service_worker": "assets\/js\/content.js"
},
"web_accessible_resources": [
{
"resources": [
"assets\/js\/b.js"
],
"matches": [
"https:\/\/*.whatsapp.com\/*",
"https:\/\/*.brmja.com\/*",
"https:\/\/*.tahdir.net\/*",
"https:\/\/*.naqar.net\/*",
"https:\/\/*.moe.gov.sa\/*",
"https:\/\/*.gov.sa\/*",
"https:\/\/*.madrasati.sa\/*",
"https:\/\/wa.me\/*",
"https:\/\/*.nogaty.com\/*"
]
}
]
} | |