my extension

Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…

Cos'è my extension?

my extension è un'estensione di Chrome sviluppata da dkempton.developer, e la sua funzione principale è "Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione my extension

Scarica i file di estensione my extension 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

                        Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the package to get the extension name to change, but couldn't get that to work.                    

Informazioni di Base sull'Estensione

Nome my extension my extension
ID dhehdcfhafbjceagdpjaogedgjagngph
URL Ufficiale https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph
Descrizione Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
Dimensione del File 3.23 KB
Conteggio Installazioni 42
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-01-07
Data di Pubblicazione 2021-01-07
Sviluppatore dkempton.developer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "name": "my extension",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wesign4u.com\/signing\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}