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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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