Folloyu - Continue Session on Mobile
With Folloyu's extension, you'll be able to seamlessly continue your online session on another device
O que é Folloyu - Continue Session on Mobile?
Folloyu - Continue Session on Mobile é uma extensão do Chrome desenvolvida por https://www.folloyu.com, e sua principal característica é "With Folloyu's extension, you'll be able to seamlessly continue your online session on another device".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Folloyu - Continue Session on Mobile
Baixe arquivos de extensão Folloyu - Continue Session on Mobile 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
This extension adds a button to Chrome that lets you seamlessly continue your session (sending the URL) on any mobile device you use. Only thing you need on your mobile is a QR code (2D barcode) scanner and you are good to go. If you don't have one, you can download Folloyu app from the Android Market and in Apple app store (search for 'Folloyu'). Note: By installing this extension, you agree to Folloyu privacy policy - http://folloyu.com/privacy
Informações Básicas da Extensão
Nome | Folloyu - Continue Session on Mobile |
ID | lhanibooemclkomdkdkiglkhfcdcifan |
URL Oficial | https://chromewebstore.google.com/detail/folloyu-continue-session/lhanibooemclkomdkdkiglkhfcdcifan |
Descrição | With Folloyu's extension, you'll be able to seamlessly continue your online session on another device |
Tamanho do Arquivo | 171 KB |
Contagem de Instalações | 28 |
Versão Atual | 3.2.2 |
Última Atualização | 2012-11-08 |
Data de Publicação | 2012-11-08 |
Desenvolvedor | https://www.folloyu.com |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://folloyu.com/downloads.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Folloyu - Continue Session on Mobile", "version": "3.2.2", "description": "With Folloyu's extension, you'll be able to seamlessly continue your online session on another device", "icons": { "16": "folloyu16.png", "48": "folloyu48.png", "128": "folloyu128.png" }, "browser_action": { "default_icon": "folloyu16.ico", "default_popup": "popup.html" }, "permissions": [ "tabs", "cookies", "*:\/\/*\/" ] } |