UAb Auto Signature

This extension aims to help UAb students to automatically insert their signature to the forum messages. Courtesy of M.Gadelha

Cos'è UAb Auto Signature?

UAb Auto Signature è un'estensione di Chrome sviluppata da mb.gadelha18, e la sua funzione principale è "This extension aims to help UAb students to automatically insert their signature to the forum messages. Courtesy of M.Gadelha".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UAb Auto Signature

Scarica i file di estensione UAb Auto Signature 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

                        Just click the extension button on your chrome bar, setup your signature and it will automatically appear on the form text box.

**v1.0.2** - Minor fix to comply with Google's Use of Permissions Policy

**v1.0.1** - Minor bug fixes

** v1.0.0** - Changes:
         - Options now set in styled pop-up
         - New Signature Builder App
         - New Preview Option
         - Generic Improvements

** v0.0.2 - This is an Alpha Version if you find any bug please contact-me **                    

Informazioni di Base sull'Estensione

Nome UAb Auto Signature UAb Auto Signature
ID lgokkkbgggejnenlgcokgadhcfgiddpd
URL Ufficiale https://chromewebstore.google.com/detail/uab-auto-signature/lgokkkbgggejnenlgcokgadhcfgiddpd
Descrizione This extension aims to help UAb students to automatically insert their signature to the forum messages. Courtesy of M.Gadelha
Dimensione del File 22.41 KB
Conteggio Installazioni 106
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-02-01
Data di Pubblicazione 2020-09-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore mb.gadelha18
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UAb Auto Signature",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "This extension aims to help UAb students to automatically insert their signature to the forum messages. Courtesy of M.Gadelha",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/icon19.png",
        "default_popup": "src\/popup\/popup.html",
        "default_title": "UAb Auto Signature - Create and edit your signature"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearning.uab.pt\/mod\/forum\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}