iFEDSIM Link
iFEDSIM in a New Tab
Vad är iFEDSIM Link?
iFEDSIM Link är en Chrome-tillägg utvecklad av Dave Trail, och dess huvudfunktion är "iFEDSIM in a New Tab".
Tilläggsskärmbilder
Ladda ner iFEDSIM Link-förlängningens CRX-fil
Ladda ner iFEDSIM Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | iFEDSIM Link |
ID | nlngljpcgmbggjobcfkfgfejcobnclje |
Officiell webbadress | https://chromewebstore.google.com/detail/ifedsim-link/nlngljpcgmbggjobcfkfgfejcobnclje |
Beskrivning | iFEDSIM in a New Tab |
Filstorlek | 11.3 KB |
Antal Installationer | 51 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-09-24 |
Publiceringsdatum | 2014-09-24 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Dave Trail |
Betalningssätt | free |
Stödda Språk | 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 } } |