FYI Extension
Add links to your FYI Smartlists or your Board with this extension.
O que é FYI Extension?
FYI Extension é uma extensão do Chrome desenvolvida por FYI Internet, e sua principal característica é "Add links to your FYI Smartlists or your Board with this extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FYI Extension
Baixe arquivos de extensão FYI Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | FYI Extension |
ID | bffalcphahahnibdkocanadecobccnfn |
URL Oficial | https://chromewebstore.google.com/detail/fyi-extension/bffalcphahahnibdkocanadecobccnfn |
Descrição | Add links to your FYI Smartlists or your Board with this extension. |
Tamanho do Arquivo | 1.56 MB |
Contagem de Instalações | 265 |
Versão Atual | 0.0.3.7 |
Última Atualização | 2018-08-22 |
Data de Publicação | 2018-08-22 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | FYI Internet |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://fyi.to/ |
URL da Página de Ajuda | https://support.fyi.to/how-to-videos |
Idiomas Suportados | 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" ] } |