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 |
Eメール | [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'" } } |