Fed Tools

A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.

Cos'è Fed Tools?

Fed Tools è un'estensione di Chrome sviluppata da Arturo Nava Ramírez, e la sua funzione principale è "A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.".

Scarica il file CRX dell'estensione Fed Tools

Scarica i file di estensione Fed Tools 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

                        A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks such as submit inventory elements, fill out the calendar fields and check for empty or missing title/alt HTML attributes. 2.0 now uses JS implemented promises to make it more accurate.                    

Informazioni di Base sull'Estensione

Nome Fed Tools Fed Tools
ID jdeepogedbbbllmajekjbpfamomaddhj
URL Ufficiale https://chromewebstore.google.com/detail/fed-tools/jdeepogedbbbllmajekjbpfamomaddhj
Descrizione A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.
Dimensione del File 74.34 KB
Conteggio Installazioni 14
Versione Corrente 2.0.1
Ultimo Aggiornamento 2017-12-04
Data di Pubblicazione 2017-12-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Arturo Nava Ramírez
Tipo di Pagamento free
Lingue Supportate es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "jquery-3.2.1.min.js",
                "jquery.highlight-4.js",
                "selection.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "short_name": "FED Tools",
    "name": "Fed Tools",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "32": "logo64.png"
    }
}