Mark Attendance

Chrome extension for marking attendance

ما هو Mark Attendance؟

Mark Attendance هو إضافة Chrome تم تطويرها بواسطة Viram Sofutions، والميزة الرئيسية لها هي "Chrome extension for marking attendance".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mark Attendance

قم بتنزيل ملفات الامتداد Mark Attendance بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It's an edudel web extension for marking attendance superfast.                    

معلومات أساسية عن التمديد

الاسم Mark Attendance Mark Attendance
ID anbpilcdlnejafnibmiolkelojkiepdi
عنوان URL الرسمي https://chromewebstore.google.com/detail/mark-attendance/anbpilcdlnejafnibmiolkelojkiepdi
الوصف Chrome extension for marking attendance
حجم الملف 26.15 KB
عدد التثبيتات 24
النسخة الحالية 1.0
آخر تحديث 2018-06-04
تاريخ النشر 2018-06-04
تقييم 5.00/5 مجموع تقييمات 2
المطور Viram Sofutions
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mark Attendance",
    "version": "1.0",
    "description": "Chrome extension for marking attendance",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/default.png"
    },
    "manifest_version": 2
}