ClypSync
Share clipboard between pc and android phone
ClypSync क्या है?
ClypSync https://clypsync.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share clipboard between pc and android phone"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ClypSync एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
About the app ClypSync is a tool that allows users share their clipboard between computer and android devices. How does it work? Under the hood ClypSync uses socket.io to enable real-time, bidirectional and event-based communication between your computer and android devices ClypSync only stores clipboard data you share on the app onto the cloud so that you can get access to previous clips without a hustle What platforms are supported? Clypsync supports android nougat(android 7.0) devices or later. The chrome extension also supports all desktop environments be it Windows, Linux or Mac. Download the app https://play.google.com/store/apps/details?id=com.deedatbilla.clipshare Is the app free? You have 14 days free trial and after that, if you liked the app you can either subscribe yearly or pay a one time fee to have the app forever. :)
एक्सटेंशन की मूल जानकारी
नाम | ClypSync |
ID | nohnijcnelfamhehknidmbcoblfcllkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/clypsync/nohnijcnelfamhehknidmbcoblfcllkd |
विवरण | Share clipboard between pc and android phone |
फ़ाइल का आकार | 91.05 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2021-03-18 |
प्रकाशन तिथि | 2021-03-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://clypsync.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://clypsync.com |
सहायता पृष्ठ URL | https://clypsync.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClypSync", "description": "Share clipboard between pc and android phone", "version": "1.0.6", "manifest_version": 2, "background": { "page": "background.html", "persistent": true }, "permissions": [ "storage", "https:\/\/clypsync.herokuapp.com\/", "notifications", "background" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/assets\/icon\/logo.png", "128": "\/assets\/icon\/logo2.png" } }, "icons": { "16": "\/assets\/icon\/logo.png", "128": "\/assets\/icon\/logo2.png" } } |