FYI Extension

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

Vad är FYI Extension?

FYI Extension är en Chrome-tillägg utvecklad av FYI Internet, och dess huvudfunktion är "Add links to your FYI Smartlists or your Board with this extension.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner FYI Extension-förlängningens CRX-fil

Ladda ner FYI Extension-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

                        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äggande Information om Tillägg

Namn FYI Extension FYI Extension
ID bffalcphahahnibdkocanadecobccnfn
Officiell webbadress https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn
Beskrivning Add links to your FYI Smartlists or your Board with this extension.
Filstorlek 1.56 MB
Antal Installationer 265
Aktuell Version 0.0.3.7
Senast Uppdaterad 2018-08-22
Publiceringsdatum 2018-08-22
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare FYI Internet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://fyi.to/
Hjälpsida URL https://support.fyi.to/how-to-videos
Stödda Språk 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"
    ]
}