Fed Tools

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

Co to jest Fed Tools?

Fed Tools to rozszerzenie Chrome opracowane przez Arturo Nava Ramírez, a jego główną funkcją jest „A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.”.

Pobierz plik CRX rozszerzenia Fed Tools

Pobierz pliki rozszerzeń Fed Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fed Tools Fed Tools
ID jdeepogedbbbllmajekjbpfamomaddhj
Oficjalny URL https://chromewebstore.google.com/detail/fed-tools/jdeepogedbbbllmajekjbpfamomaddhj
Opis A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.
Rozmiar pliku 74.34 KB
Liczba instalacji 14
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2017-12-04
Data Publikacji 2017-12-04
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Arturo Nava Ramírez
Typ Płatności free
Obsługiwane Języki 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"
    }
}