Auto Survey by KFUEIT Programmers
Automatically fills the KFUEIT university Surveys in no time
Qu'est-ce que Auto Survey by KFUEIT Programmers ?
Auto Survey by KFUEIT Programmers est une extension Chrome développée par KFUEIT Programmers, et sa fonction principale est "Automatically fills the KFUEIT university Surveys in no time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Survey by KFUEIT Programmers
Téléchargez les fichiers d'extension Auto Survey by KFUEIT Programmers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | Auto Survey by KFUEIT Programmers |
ID | dkjbenelofibmfigfhfbnieondamkkek |
URL Officiel | https://chromewebstore.google.com/detail/auto-survey-by-kfueit-pro/dkjbenelofibmfigfhfbnieondamkkek |
Description | Automatically fills the KFUEIT university Surveys in no time |
Taille du Fichier | 712 KB |
Nombre d'Installations | 369 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2020-08-03 |
Date de Publication | 2020-01-26 |
Évaluation | 4.85/5 Total 26 Évaluations |
Développeur | KFUEIT Programmers |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |