QALAM Feedback Form Automation Tool

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

Cos'è QALAM Feedback Form Automation Tool?

QALAM Feedback Form Automation Tool è un'estensione di Chrome sviluppata da s.asad18k, e la sua funzione principale è "Makes it so you don't have to fill those feedback forms ever again".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione QALAM Feedback Form Automation Tool

Scarica i file di estensione QALAM Feedback Form Automation Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Automatically fills in feedback forms                    

Informazioni di Base sull'Estensione

Nome QALAM Feedback Form Automation Tool QALAM Feedback Form Automation Tool
ID fkjcihepmkgphfakckacocmnopgmpbhb
URL Ufficiale https://chromewebstore.google.com/detail/qalam-feedback-form-autom/fkjcihepmkgphfakckacocmnopgmpbhb
Descrizione Makes it so you don't have to fill those feedback forms ever again
Dimensione del File 244 KB
Conteggio Installazioni 121
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-03-23
Data di Pubblicazione 2022-03-21
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore s.asad18k
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ShaderOX/nust-feedback-ext
Lingue Supportate 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'"
    }
}