Utrans - Transfer links from mobile to pc

A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.

¿Qué es Utrans - Transfer links from mobile to pc?

Utrans - Transfer links from mobile to pc es una extensión de Chrome desarrollada por http://www.utransapp.com, y su función principal es "A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Utrans - Transfer links from mobile to pc

Descarga archivos de extensión Utrans - Transfer links from mobile to pc en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Utrans is an app/extension that helps you easily send links from your mobile device to your chrome web-browsers.

It consists of two different programs. There is the chrome extension and an android app which you can get in the google play store. (Search for "Utrans")

Linking the apps together is made easy by making use of QR-codes and sharing a page is easily done within 5-10 seconds. The best of all is that no account is needed!

Setup Instructions can be found at www.utransapp.com

For recommendations or bug reports, please send an email to [email protected]                    

Información Básica de la Extensión

Nombre Utrans - Transfer links from mobile to pc Utrans - Transfer links from mobile to pc
ID bgckkffpmhcjbkceapeeppadhieimmjo
URL Oficial https://chrome.google.com/webstore/detail/utrans-transfer-links-fro/bgckkffpmhcjbkceapeeppadhieimmjo
Descripción A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.
Tamaño del Archivo 75.07 KB
Cantidad de Instalaciones 57
Versión Actual 1.41
Última Actualización 2016-12-20
Fecha de Publicación 2016-12-20
Calificación 4.17/5 Total de 6 Calificaciones
Desarrollador http://www.utransapp.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.utransapp.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Utrans - Transfer links from mobile to pc",
    "description": "A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.",
    "version": "1.41",
    "author": "Rano Veder",
    "short_name": "Utrans",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "1744": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "notifications",
        "http:\/\/utransapp.com:80\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}