QALAM Feedback Form Automation Tool
Makes it so you don't have to fill those feedback forms ever again
Apa itu QALAM Feedback Form Automation Tool?
QALAM Feedback Form Automation Tool adalah ekstensi Chrome yang dikembangkan oleh s.asad18k, dan fitur utamanya adalah "Makes it so you don't have to fill those feedback forms ever again".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QALAM Feedback Form Automation Tool
Unduh file ekstensi QALAM Feedback Form Automation Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Automatically fills in feedback forms
Informasi Dasar Ekstensi
Nama | QALAM Feedback Form Automation Tool |
ID | fkjcihepmkgphfakckacocmnopgmpbhb |
URL Resmi | https://chromewebstore.google.com/detail/qalam-feedback-form-autom/fkjcihepmkgphfakckacocmnopgmpbhb |
Deskripsi | Makes it so you don't have to fill those feedback forms ever again |
Ukuran File | 244 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2022-03-23 |
Tanggal Publikasi | 2022-03-21 |
Penilaian | 4.64/5 Total 11 Penilaian |
Pengembang | s.asad18k |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ShaderOX/nust-feedback-ext |
Bahasa yang Didukung | 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'" } } |