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"
    ]
}