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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Utrans - Transfer links from mobile to pc एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}