Auto Survey by KFUEIT Programmers

Automatically fills the KFUEIT university Surveys in no time

Was ist Auto Survey by KFUEIT Programmers?

Auto Survey by KFUEIT Programmers ist eine Chrome-Erweiterung, die von KFUEIT Programmers entwickelt wurde, und ihr Hauptmerkmal ist "Automatically fills the KFUEIT university Surveys in no time".

Erweiterungsscreenshots

screenshot
screenshot

Auto Survey by KFUEIT Programmers-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Survey by KFUEIT Programmers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 :)                    

Grundlegende Informationen zur Erweiterung

Name Auto Survey by KFUEIT Programmers Auto Survey by KFUEIT Programmers
ID dkjbenelofibmfigfhfbnieondamkkek
Offizielle URL https://chromewebstore.google.com/detail/auto-survey-by-kfueit-pro/dkjbenelofibmfigfhfbnieondamkkek
Beschreibung Automatically fills the KFUEIT university Surveys in no time
Dateigröße 712 KB
Installationsanzahl 369
Aktuelle Version 3.0
Letztes Update 2020-08-03
Veröffentlichungsdatum 2020-01-26
Bewertung 4.85/5 Insgesamt 26 Bewertungen
Entwickler KFUEIT Programmers
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}