Auto Survey by KFUEIT Programmers
Automatically fills the KFUEIT university Surveys in no time
Auto Survey by KFUEIT Programmers là gì?
Auto Survey by KFUEIT Programmers là một tiện ích mở rộng Chrome được phát triển bởi KFUEIT Programmers, và tính năng chính của nó là "Automatically fills the KFUEIT university Surveys in no time".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Auto Survey by KFUEIT Programmers
Tải xuống các tệp mở rộng Auto Survey by KFUEIT Programmers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto Survey by KFUEIT Programmers |
ID | dkjbenelofibmfigfhfbnieondamkkek |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-survey-by-kfueit-pro/dkjbenelofibmfigfhfbnieondamkkek |
Mô tả | Automatically fills the KFUEIT university Surveys in no time |
Kích Thước Tệp | 712 KB |
Số Lần Cài Đặt | 369 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2020-08-03 |
Ngày Phát Hành | 2020-01-26 |
Đánh Giá | 4.85/5 Tổng số 26 Đánh Giá |
Nhà Phát Triển | KFUEIT Programmers |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |