iFEDSIM Link

iFEDSIM in a New Tab

Wat is iFEDSIM Link?

iFEDSIM Link is een Chrome-extensie ontwikkeld door Dave Trail, en de belangrijkste functie is "iFEDSIM in a New Tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iFEDSIM Link

Download iFEDSIM Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam iFEDSIM Link iFEDSIM Link
ID nlngljpcgmbggjobcfkfgfejcobnclje
Officiële URL https://chromewebstore.google.com/detail/ifedsim-link/nlngljpcgmbggjobcfkfgfejcobnclje
Beschrijving iFEDSIM in a New Tab
Bestandsgrootte 11.3 KB
Aantal Installaties 51
Huidige Versie 0.1
Laatst Bijgewerkt 2014-09-24
Publicatiedatum 2014-09-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Dave Trail
Betalingswijze free
Ondersteunde Talen 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
    }
}