FYI Extension

Add links to your FYI Smartlists or your Board with this extension.

Hvad er FYI Extension?

FYI Extension er en Chrome-udvidelse udviklet af FYI Internet, og dens hovedfunktion er "Add links to your FYI Smartlists or your Board with this extension.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download FYI Extension-udvidelses-CRX-fil

Download FYI Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        FYI.to is a micro-website builder and human content curation tool that works by simply copying and pasting links.

You can use it organize, share and promote any kind of content.

The tool can be used in its web version, with a FREE subscription, and also via its Chrome Extension, after the user is registered with an account.                    

Grundlæggende oplysninger om udvidelsen

Navn FYI Extension FYI Extension
ID bffalcphahahnibdkocanadecobccnfn
Officiel URL https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn
Beskrivelse Add links to your FYI Smartlists or your Board with this extension.
Filstørrelse 1.56 MB
Antal Installationer 265
Nuværende Version 0.0.3.7
Senest Opdateret 2018-08-22
Udgivelsesdato 2018-08-22
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler FYI Internet
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://fyi.to/
Hjælpeside-URL https://support.fyi.to/how-to-videos
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FYI Extension",
    "description": "Add links to your FYI Smartlists or your Board with this extension.",
    "version": "0.0.3.7",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.fyi.to\/",
        "https:\/\/fyi.to\/",
        "storage"
    ]
}