iFEDSIM Link

iFEDSIM in a New Tab

Qu'est-ce que iFEDSIM Link ?

iFEDSIM Link est une extension Chrome développée par Dave Trail, et sa fonction principale est "iFEDSIM in a New Tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iFEDSIM Link

Téléchargez les fichiers d'extension iFEDSIM Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom iFEDSIM Link iFEDSIM Link
ID nlngljpcgmbggjobcfkfgfejcobnclje
URL Officiel https://chromewebstore.google.com/detail/ifedsim-link/nlngljpcgmbggjobcfkfgfejcobnclje
Description iFEDSIM in a New Tab
Taille du Fichier 11.3 KB
Nombre d'Installations 51
Version Actuelle 0.1
Dernière Mise à Jour 2014-09-24
Date de Publication 2014-09-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Dave Trail
Type de Paiement free
Langues Prises en Charge 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
    }
}