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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", "*:\/\/*\/" ] } |