Fed Tools

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

What is Fed Tools?

Fed Tools is a Chrome extension developed by Arturo Nava Ramírez, and its main feature is "A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.".

Download Fed Tools Extension CRX File

Download Fed Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fed Tools Fed Tools
ID jdeepogedbbbllmajekjbpfamomaddhj
Official URL https://chromewebstore.google.com/detail/fed-tools/jdeepogedbbbllmajekjbpfamomaddhj
Description A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.
File Size 74.34 KB
Installation Count 14
Current Version 2.0.1
Last Updated 2017-12-04
Publish Date 2017-12-04
Rating 5.00/5 Total 3 Ratings
Developer Arturo Nava Ramírez
Payment Type free
Supported Languages 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"
    }
}