QALAM Feedback Form Automation Tool

Makes it so you don't have to fill those feedback forms ever again

ما هو QALAM Feedback Form Automation Tool؟

QALAM Feedback Form Automation Tool هو إضافة Chrome تم تطويرها بواسطة s.asad18k، والميزة الرئيسية لها هي "Makes it so you don't have to fill those feedback forms ever again".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة QALAM Feedback Form Automation Tool

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

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

                        Automatically fills in feedback forms                    

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

الاسم QALAM Feedback Form Automation Tool QALAM Feedback Form Automation Tool
ID fkjcihepmkgphfakckacocmnopgmpbhb
عنوان URL الرسمي https://chromewebstore.google.com/detail/qalam-feedback-form-autom/fkjcihepmkgphfakckacocmnopgmpbhb
الوصف Makes it so you don't have to fill those feedback forms ever again
حجم الملف 244 KB
عدد التثبيتات 121
النسخة الحالية 1.0.1
آخر تحديث 2022-03-23
تاريخ النشر 2022-03-21
تقييم 4.64/5 مجموع تقييمات 11
المطور s.asad18k
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ShaderOX/nust-feedback-ext
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QALAM Feedback Form Automation Tool",
    "description": "Makes it so you don't have to fill those feedback forms ever again",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Fill Feedback Form"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/qalam.nust.edu.pk\/survey\/*",
                "http:\/\/qalam.nust.edu.pk\/survey\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}