Auto Survey by KFUEIT Programmers

Automatically fills the KFUEIT university Surveys in no time

Auto Survey by KFUEIT Programmersคืออะไร?

Auto Survey by KFUEIT Programmers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KFUEIT Programmers และคุณลักษณะหลักของมันคือ "Automatically fills the KFUEIT university Surveys in no time"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Survey by KFUEIT Programmers

ดาวน์โหลดไฟล์ส่วนขยาย Auto Survey by KFUEIT Programmers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We made this extension to overcome the headache of completing the survey which is too boring task for the students of KFUEIT. We hope that you'll like this extension ❤
If you like this please share it with your fellows.

Regards KFUEIT Programmers

http://www.facebook.com/KFUEITProgrammers

Enjoy :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auto Survey by KFUEIT Programmers Auto Survey by KFUEIT Programmers
ID dkjbenelofibmfigfhfbnieondamkkek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-survey-by-kfueit-pro/dkjbenelofibmfigfhfbnieondamkkek
คำอธิบาย Automatically fills the KFUEIT university Surveys in no time
ขนาดไฟล์ 712 KB
จำนวนการติดตั้ง 369
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2020-08-03
วันที่เผยแพร่ 2020-01-26
คะแนน 4.85/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา KFUEIT Programmers
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Survey by KFUEIT Programmers",
    "version": "3.0",
    "description": "Automatically fills the KFUEIT university Surveys in no time",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/survey.kfueit.edu.pk\/limesurvey\/index.php\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "AutoSurvey.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/img16.png",
            "32": "images\/img32.png",
            "48": "images\/img48.png",
            "128": "images\/img128.png"
        }
    },
    "icons": {
        "16": "images\/img16.png",
        "32": "images\/img32.png",
        "48": "images\/img48.png",
        "128": "images\/img128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}