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'est-ce que Utrans - Transfer links from mobile to pc ?

Utrans - Transfer links from mobile to pc est une extension Chrome développée par http://www.utransapp.com, et sa fonction principale est "A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Utrans - Transfer links from mobile to pc

Téléchargez les fichiers d'extension Utrans - Transfer links from mobile to pc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Utrans - Transfer links from mobile to pc Utrans - Transfer links from mobile to pc
ID bgckkffpmhcjbkceapeeppadhieimmjo
URL Officiel https://chrome.google.com/webstore/detail/utrans-transfer-links-fro/bgckkffpmhcjbkceapeeppadhieimmjo
Description A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.
Taille du Fichier 75.07 KB
Nombre d'Installations 57
Version Actuelle 1.41
Dernière Mise à Jour 2016-12-20
Date de Publication 2016-12-20
Évaluation 4.17/5 Total 6 Évaluations
Développeur http://www.utransapp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.utransapp.com/
Langues Prises en Charge 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\/*"
    ]
}