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.

Cos'è Utrans - Transfer links from mobile to pc?

Utrans - Transfer links from mobile to pc è un'estensione di Chrome sviluppata da http://www.utransapp.com, e la sua funzione principale è "A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Utrans - Transfer links from mobile to pc

Scarica i file di estensione Utrans - Transfer links from mobile to pc in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Utrans - Transfer links from mobile to pc Utrans - Transfer links from mobile to pc
ID bgckkffpmhcjbkceapeeppadhieimmjo
URL Ufficiale https://chrome.google.com/webstore/detail/utrans-transfer-links-fro/bgckkffpmhcjbkceapeeppadhieimmjo
Descrizione A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.
Dimensione del File 75.07 KB
Conteggio Installazioni 57
Versione Corrente 1.41
Ultimo Aggiornamento 2016-12-20
Data di Pubblicazione 2016-12-20
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore http://www.utransapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.utransapp.com/
Lingue Supportate 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\/*"
    ]
}