iFEDSIM Link
iFEDSIM in a New Tab
Was ist iFEDSIM Link?
iFEDSIM Link ist eine Chrome-Erweiterung, die von Dave Trail entwickelt wurde, und ihr Hauptmerkmal ist "iFEDSIM in a New Tab".
Erweiterungsscreenshots
iFEDSIM Link-Erweiterungs-CRX-Datei herunterladen
Laden Sie iFEDSIM Link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | iFEDSIM Link |
ID | nlngljpcgmbggjobcfkfgfejcobnclje |
Offizielle URL | https://chromewebstore.google.com/detail/ifedsim-link/nlngljpcgmbggjobcfkfgfejcobnclje |
Beschreibung | iFEDSIM in a New Tab |
Dateigröße | 11.3 KB |
Installationsanzahl | 51 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-09-24 |
Veröffentlichungsdatum | 2014-09-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Dave Trail |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |