FYI Extension

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

Cos'è FYI Extension?

FYI Extension è un'estensione di Chrome sviluppata da FYI Internet, e la sua funzione principale è "Add links to your FYI Smartlists or your Board with this extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FYI Extension

Scarica i file di estensione FYI Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FYI Extension FYI Extension
ID bffalcphahahnibdkocanadecobccnfn
URL Ufficiale https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn
Descrizione Add links to your FYI Smartlists or your Board with this extension.
Dimensione del File 1.56 MB
Conteggio Installazioni 265
Versione Corrente 0.0.3.7
Ultimo Aggiornamento 2018-08-22
Data di Pubblicazione 2018-08-22
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore FYI Internet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fyi.to/
URL della Pagina di Aiuto https://support.fyi.to/how-to-videos
Lingue Supportate 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"
    ]
}