Folloyu - Continue Session on Mobile

With Folloyu's extension, you'll be able to seamlessly continue your online session on another device

Was ist Folloyu - Continue Session on Mobile?

Folloyu - Continue Session on Mobile ist eine Chrome-Erweiterung, die von https://www.folloyu.com entwickelt wurde, und ihr Hauptmerkmal ist "With Folloyu's extension, you'll be able to seamlessly continue your online session on another device".

Erweiterungsscreenshots

Folloyu - Continue Session on Mobile-Erweiterungs-CRX-Datei herunterladen

Laden Sie Folloyu - Continue Session on Mobile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Folloyu - Continue Session on Mobile Folloyu - Continue Session on Mobile
ID lhanibooemclkomdkdkiglkhfcdcifan
Offizielle URL https://chromewebstore.google.com/detail/folloyu-continue-session/lhanibooemclkomdkdkiglkhfcdcifan
Beschreibung With Folloyu's extension, you'll be able to seamlessly continue your online session on another device
Dateigröße 171 KB
Installationsanzahl 28
Aktuelle Version 3.2.2
Letztes Update 2012-11-08
Veröffentlichungsdatum 2012-11-08
Entwickler https://www.folloyu.com
Zahlungsart free
Hilfeseite URL https://folloyu.com/downloads.html
Unterstützte Sprachen 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",
        "*:\/\/*\/"
    ]
}