Link2Phone

This extension help you send links to your phone for Free

Link2Phone क्या है?

Link2Phone https://link2phone.firebaseapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension help you send links to your phone for Free"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        A Free and Easy to use Chrome Extension That Helps you send and receive links from your phone easily. Press a button to send the current open tab to your phone. Share Any Link from your Phone To PC

Sharing Links :- 
Sharing Links is easy,just open a tab you want to send to your phone,open widget and click SEND LINK to send it to your phone.

Receiving Links :- 
Send Links from your Phone to your Chrome Browsers and open them easily

Real-Time :-
The Data is Stored in Real Time.

Anonymous :-
No need to enter your information just generate an ID and start using, DATA is stored anonymously and the user id generated is random.

Fast:-
As the storage is Real-Time, the data is transferred instantaneously with low bandwidth usage

Generate ID :- https://link2phone.firebaseapp.com/
Download Android App :- wally.pw/link2phone                    

एक्सटेंशन की मूल जानकारी

नाम Link2Phone Link2Phone
ID epehaagfadmeeaehllilddgkmkdefjij
आधिकारिक URL https://chrome.google.com/webstore/detail/link2phone/epehaagfadmeeaehllilddgkmkdefjij
विवरण This extension help you send links to your phone for Free
फ़ाइल का आकार 90.15 KB
स्थापना संख्या 191
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2016-10-28
प्रकाशन तिथि 2016-10-28
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर https://link2phone.firebaseapp.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://play.google.com/store/apps/details?id=com.alphabyte.link2phone
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link2Phone",
    "description": "This extension help you send links to your phone for Free",
    "version": "0.1.2",
    "version_name": "0.1.1.BETA",
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/*.firebaseio-demo.com https:\/\/*.getmdl.io; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "home.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts.js",
                "script_home.js",
                "checkinfo.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}