CopyPaste

The simplest tool for copying from PC to phone

CopyPaste क्या है?

CopyPaste https://cp.westkit.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The simplest tool for copying from PC to phone"।

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

screenshot

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

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

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

                        The simplest tool for copying from PC to phone.

All you need to do is visit this website.
http://cp.westkit.org/

Then pair up with this app using your Facebook account.

Done                    

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

नाम CopyPaste CopyPaste
ID pibbkpmefjbggajhipoppdcdcakiopmd
आधिकारिक URL https://chromewebstore.google.com/detail/copypaste/pibbkpmefjbggajhipoppdcdcakiopmd
विवरण The simplest tool for copying from PC to phone
फ़ाइल का आकार 9.42 KB
स्थापना संख्या 366
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-08-05
प्रकाशन तिथि 2013-08-04
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://cp.westkit.org
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://cp.westkit.org/
सहायता पृष्ठ URL http://cp.westkit.org/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyPaste",
    "description": "The simplest tool for copying from PC to phone",
    "version": "1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "http:\/\/cp.westkit.org\/"
    ],
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_popup": "CopyPaste.html",
        "default_title": "CopyPaste - The simplest tool for copying from PC to phone"
    }
}