QALAM Feedback Form Automation Tool
Makes it so you don't have to fill those feedback forms ever again
What is QALAM Feedback Form Automation Tool?
QALAM Feedback Form Automation Tool is a Chrome extension developed by s.asad18k, and its main feature is "Makes it so you don't have to fill those feedback forms ever again".
Extension Screenshots
Download QALAM Feedback Form Automation Tool Extension CRX File
Download QALAM Feedback Form Automation Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Automatically fills in feedback forms
Extension Basic Information
Name | QALAM Feedback Form Automation Tool |
ID | fkjcihepmkgphfakckacocmnopgmpbhb |
Official URL | https://chromewebstore.google.com/detail/qalam-feedback-form-autom/fkjcihepmkgphfakckacocmnopgmpbhb |
Description | Makes it so you don't have to fill those feedback forms ever again |
File Size | 244 KB |
Installation Count | 121 |
Current Version | 1.0.1 |
Last Updated | 2022-03-23 |
Publish Date | 2022-03-21 |
Rating | 4.64/5 Total 11 Ratings |
Developer | s.asad18k |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ShaderOX/nust-feedback-ext |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QALAM Feedback Form Automation Tool", "description": "Makes it so you don't have to fill those feedback forms ever again", "version": "1.0.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Fill Feedback Form" }, "content_scripts": [ { "matches": [ "https:\/\/qalam.nust.edu.pk\/survey\/*", "http:\/\/qalam.nust.edu.pk\/survey\/*\/*" ], "js": [ ".\/static\/js\/content.js" ], "all_frames": false, "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "permissions": [ "activeTab" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |