Box Unchecker

Unchecks all check box list items on IGS Confluence pages.

Cos'è Box Unchecker?

Box Unchecker è un'estensione di Chrome sviluppata da achaia.scbg, e la sua funzione principale è "Unchecks all check box list items on IGS Confluence pages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Box Unchecker

Scarica i file di estensione Box Unchecker 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

                        This is a special extension created just for LO so she does not have to manually uncheck every box on her Confluence pages for release validation.                    

Informazioni di Base sull'Estensione

Nome Box Unchecker Box Unchecker
ID bdgmnjigkmlilicnfpbjpemgckjaghbi
URL Ufficiale https://chrome.google.com/webstore/detail/box-unchecker/bdgmnjigkmlilicnfpbjpemgckjaghbi
Descrizione Unchecks all check box list items on IGS Confluence pages.
Dimensione del File 40.84 KB
Conteggio Installazioni 91
Versione Corrente 1.0
Ultimo Aggiornamento 2018-12-17
Data di Pubblicazione 2018-12-15
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore achaia.scbg
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Box Unchecker",
    "short_name": "Box Unchecker",
    "description": "Unchecks all check box list items on IGS Confluence pages.",
    "version": "1.0",
    "author": "David Yost",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "plugin-style.css"
            ],
            "js": [
                "jquery.min.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/igsenergy.atlassian.net\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/checkbox16.png",
        "32": "images\/checkbox32.png",
        "48": "images\/checkbox48.png",
        "128": "images\/checkbox128.png"
    },
    "manifest_version": 2
}