QALAM Feedback Form Automation Tool
Makes it so you don't have to fill those feedback forms ever again
什么是QALAM Feedback Form Automation Tool?
QALAM Feedback Form Automation Tool是由s.asad18k开发的Chrome扩展程序,该扩展的主要功能是“Makes it so you don't have to fill those feedback forms ever again”。
扩展截图
下载QALAM Feedback Form Automation Tool扩展crx文件
下载QALAM Feedback Form Automation Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically fills in feedback forms
扩展基本信息
名称 | QALAM Feedback Form Automation Tool |
ID | fkjcihepmkgphfakckacocmnopgmpbhb |
官方URL | https://chromewebstore.google.com/detail/qalam-feedback-form-autom/fkjcihepmkgphfakckacocmnopgmpbhb |
简介 | Makes it so you don't have to fill those feedback forms ever again |
文件大小 | 244 KB |
安装次数 | 121 |
当前版本 | 1.0.1 |
更新时间 | 2022-03-23 |
上架时间 | 2022-03-21 |
评分 | 4.64/5 共11次评分 |
开发者 | s.asad18k |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ShaderOX/nust-feedback-ext |
支持的语言 | 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'" } } |