iFEDSIM Link

iFEDSIM in a New Tab

What is iFEDSIM Link?

iFEDSIM Link is a Chrome extension developed by Dave Trail, and its main feature is "iFEDSIM in a New Tab".

Extension Screenshots

screenshot

Download iFEDSIM Link Extension CRX File

Download iFEDSIM Link 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

                        For GSA FEDSIM users this extension provides a quick link to the internal iFEDSIM web site.

After clicking the iFEDSIM icon, if you have not already logged in to GSA's environment (VPN, etc) you will be prompted to do so.                    

Extension Basic Information

Name iFEDSIM Link iFEDSIM Link
ID nlngljpcgmbggjobcfkfgfejcobnclje
Official URL https://chromewebstore.google.com/detail/ifedsim-link/nlngljpcgmbggjobcfkfgfejcobnclje
Description iFEDSIM in a New Tab
File Size 11.3 KB
Installation Count 51
Current Version 0.1
Last Updated 2014-09-24
Publish Date 2014-09-24
Rating 5.00/5 Total 1 Ratings
Developer Dave Trail
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iFEDSIM Link",
    "version": "0.1",
    "manifest_version": 2,
    "description": "iFEDSIM in a New Tab",
    "icons": {
        "16": "ifedsimicon_16.png",
        "32": "ifedsimlink.png",
        "48": "ifedsimicon_48.png",
        "64": "ifedsimicon_64.png",
        "128": "ifedsimicon_128.png"
    },
    "browser_action": {
        "default_icon": "ifedsimlink.png",
        "default_title": "Click Here To Access iFEDSIM"
    },
    "background": {
        "scripts": [
            "ifedsimbackground.js"
        ],
        "persistent": false
    }
}