FYI Extension

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

Was ist FYI Extension?

FYI Extension ist eine Chrome-Erweiterung, die von FYI Internet entwickelt wurde, und ihr Hauptmerkmal ist "Add links to your FYI Smartlists or your Board with this extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FYI Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie FYI Extension-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FYI Extension FYI Extension
ID bffalcphahahnibdkocanadecobccnfn
Offizielle URL https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn
Beschreibung Add links to your FYI Smartlists or your Board with this extension.
Dateigröße 1.56 MB
Installationsanzahl 265
Aktuelle Version 0.0.3.7
Letztes Update 2018-08-22
Veröffentlichungsdatum 2018-08-22
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler FYI Internet
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fyi.to/
Hilfeseite URL https://support.fyi.to/how-to-videos
Unterstützte Sprachen 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"
    ]
}