Auto Survey by KFUEIT Programmers
Automatically fills the KFUEIT university Surveys in no time
O que é Auto Survey by KFUEIT Programmers?
Auto Survey by KFUEIT Programmers é uma extensão do Chrome desenvolvida por KFUEIT Programmers, e sua principal característica é "Automatically fills the KFUEIT university Surveys in no time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Survey by KFUEIT Programmers
Baixe arquivos de extensão Auto Survey by KFUEIT Programmers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | Auto Survey by KFUEIT Programmers |
ID | dkjbenelofibmfigfhfbnieondamkkek |
URL Oficial | https://chromewebstore.google.com/detail/auto-survey-by-kfueit-pro/dkjbenelofibmfigfhfbnieondamkkek |
Descrição | Automatically fills the KFUEIT university Surveys in no time |
Tamanho do Arquivo | 712 KB |
Contagem de Instalações | 369 |
Versão Atual | 3.0 |
Última Atualização | 2020-08-03 |
Data de Publicação | 2020-01-26 |
Classificação | 4.85/5 Total de 26 Avaliações |
Desenvolvedor | KFUEIT Programmers |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |