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 |
官方網址 | 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'" } } |