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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically fills the KFUEIT university Surveys in no time"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Survey by KFUEIT Programmers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |