QALAM Feedback Form Automation Tool

Makes it so you don't have to fill those feedback forms ever again

Wat is QALAM Feedback Form Automation Tool?

QALAM Feedback Form Automation Tool is een Chrome-extensie ontwikkeld door s.asad18k, en de belangrijkste functie is "Makes it so you don't have to fill those feedback forms ever again".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QALAM Feedback Form Automation Tool

Download QALAM Feedback Form Automation Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Automatically fills in feedback forms                    

Basisinformatie over de Extensie

Naam QALAM Feedback Form Automation Tool QALAM Feedback Form Automation Tool
ID fkjcihepmkgphfakckacocmnopgmpbhb
Officiële URL https://chromewebstore.google.com/detail/qalam-feedback-form-autom/fkjcihepmkgphfakckacocmnopgmpbhb
Beschrijving Makes it so you don't have to fill those feedback forms ever again
Bestandsgrootte 244 KB
Aantal Installaties 121
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-03-23
Publicatiedatum 2022-03-21
Beoordeling 4.64/5 Totaal 11 Beoordelingen
Ontwikkelaar s.asad18k
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ShaderOX/nust-feedback-ext
Ondersteunde Talen 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'"
    }
}