تقريري
تبسيط مهام المشرف
What is تقريري?
تقريري is a Chrome extension developed by مؤسسة الكل التجارية للبرمجة, 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
اضافة خاصة للمشرفين ومديري المدارس استخراج تقارير تحضير المعلمين اليومي والاسبوعي من منصة مدرستي وعرض هذي التقارير بشكل سريع وواضح ومنظم وطباعة والاحتفاظ به بالعديد من صيغ الملفات للاستفسار والدعم الفني واتس اب 00966542946749
Extension Basic Information
Name | تقريري |
ID | ogdedknicdbhfndgfbiejhpmmcgicaaf |
Official URL | https://chromewebstore.google.com/detail/%D8%AA%D9%82%D8%B1%D9%8A%D8%B1%D9%8A/ogdedknicdbhfndgfbiejhpmmcgicaaf |
Description | تبسيط مهام المشرف |
File Size | 282 KB |
Installation Count | 380 |
Current Version | 0.0.2 |
Last Updated | 2023-09-20 |
Publish Date | 2022-10-31 |
Developer | مؤسسة الكل التجارية للبرمجة |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://tahdiri.com/privacy.html |
Supported Languages | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u062a\u0642\u0631\u064a\u0631\u064a", "description": "\u062a\u0628\u0633\u064a\u0637 \u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u0634\u0631\u0641", "version": "0.0.2", "icons": { "16": "logo\/logo-16.jpg", "48": "logo\/logo-48.jpg", "128": "logo\/logo-128.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/schools.madrasati.sa\/Dashboards\/Schools\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "myscript.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |