QALAM Feedback Form Automation Tool
Makes it so you don't have to fill those feedback forms ever again
QALAM Feedback Form Automation Tool là gì?
QALAM Feedback Form Automation Tool là một tiện ích mở rộng Chrome được phát triển bởi s.asad18k, và tính năng chính của nó là "Makes it so you don't have to fill those feedback forms ever again".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng QALAM Feedback Form Automation Tool
Tải xuống các tệp mở rộng QALAM Feedback Form Automation Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Automatically fills in feedback forms
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | QALAM Feedback Form Automation Tool |
ID | fkjcihepmkgphfakckacocmnopgmpbhb |
URL Chính Thức | https://chromewebstore.google.com/detail/qalam-feedback-form-autom/fkjcihepmkgphfakckacocmnopgmpbhb |
Mô tả | Makes it so you don't have to fill those feedback forms ever again |
Kích Thước Tệp | 244 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-03-23 |
Ngày Phát Hành | 2022-03-21 |
Đánh Giá | 4.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | s.asad18k |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ShaderOX/nust-feedback-ext |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |