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.

Τι είναι το Utrans - Transfer links from mobile to pc;

Το Utrans - Transfer links from mobile to pc είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.utransapp.com, και η κύρια λειτουργία του είναι "A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Utrans - Transfer links from mobile to pc

Λήψη αρχείων επέκτασης Utrans - Transfer links from mobile to pc σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Utrans - Transfer links from mobile to pc Utrans - Transfer links from mobile to pc
ID bgckkffpmhcjbkceapeeppadhieimmjo
Επίσημο URL https://chrome.google.com/webstore/detail/utrans-transfer-links-fro/bgckkffpmhcjbkceapeeppadhieimmjo
Περιγραφή A free app which lets you easily transfer links from your mobile device to your chrome web-browsers. No account needed.
Μέγεθος Αρχείου 75.07 KB
Αριθμός Εγκαταστάσεων 57
Τρέχουσα Έκδοση 1.41
Τελευταία Ενημέρωση 2016-12-20
Ημερομηνία Δημοσίευσης 2016-12-20
Αξιολόγηση 4.17/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://www.utransapp.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.utransapp.com/
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}