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」です。
拡張機能のスクリーンショット
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 :) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |