FYI Extension
Add links to your FYI Smartlists or your Board with this extension.
What is FYI Extension?
FYI Extension is a Chrome extension developed by FYI Internet, and its main feature is "Add links to your FYI Smartlists or your Board with this extension.".
Extension Screenshots
Download FYI Extension Extension CRX File
Download FYI Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FYI Extension |
ID | bffalcphahahnibdkocanadecobccnfn |
Official URL | https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn |
Description | Add links to your FYI Smartlists or your Board with this extension. |
File Size | 1.56 MB |
Installation Count | 265 |
Current Version | 0.0.3.7 |
Last Updated | 2018-08-22 |
Publish Date | 2018-08-22 |
Rating | 5.00/5 Total 7 Ratings |
Developer | FYI Internet |
[email protected] | |
Payment Type | free |
Extension Website | https://fyi.to/ |
Help Page URL | https://support.fyi.to/how-to-videos |
Supported Languages | 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" ] } |