Folloyu - Continue Session on Mobile
With Folloyu's extension, you'll be able to seamlessly continue your online session on another device
什么是Folloyu - Continue Session on Mobile?
Folloyu - Continue Session on Mobile是由https://www.folloyu.com开发的Chrome扩展程序,该扩展的主要功能是“With Folloyu's extension, you'll be able to seamlessly continue your online session on another device”。
扩展截图
下载Folloyu - Continue Session on Mobile扩展crx文件
下载Folloyu - Continue Session on Mobile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Folloyu - Continue Session on Mobile |
ID | lhanibooemclkomdkdkiglkhfcdcifan |
官方URL | https://chromewebstore.google.com/detail/folloyu-continue-session/lhanibooemclkomdkdkiglkhfcdcifan |
简介 | With Folloyu's extension, you'll be able to seamlessly continue your online session on another device |
文件大小 | 171 KB |
安装次数 | 28 |
当前版本 | 3.2.2 |
更新时间 | 2012-11-08 |
上架时间 | 2012-11-08 |
开发者 | https://www.folloyu.com |
付费类型 | free |
帮助页面URL | https://folloyu.com/downloads.html |
支持的语言 | 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", "*:\/\/*\/" ] } |