Auto Survey by KFUEIT Programmers

Automatically fills the KFUEIT university Surveys in no time

什麼是Auto Survey by KFUEIT Programmers?

Auto Survey by KFUEIT Programmers是由KFUEIT Programmers開發的Chrome擴展程式,該擴展的主要功能是“Automatically fills the KFUEIT university Surveys in no time”。

擴展截圖

screenshot
screenshot

下載Auto Survey by KFUEIT Programmers擴展crx文件

下載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
官方網址 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"
    ]
}