Yappy
Send & Receive text messages from Chrome using your Android phone
Yappy क्या है?
Yappy https://www.yappy.im द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send & Receive text messages from Chrome using your Android phone"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yappy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to receive and send messages, and sync notifications from your Android, directly from chrome! Install Android app from: https://play.google.com/store/apps/details?id=com.mariussoft.endlessjabber Login to web: https://www.yappy.im/web/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jleajjoinbmogfgencngmnnndkkciben |
आधिकारिक URL | https://chrome.google.com/webstore/detail/yappy/jleajjoinbmogfgencngmnnndkkciben |
विवरण | Send & Receive text messages from Chrome using your Android phone |
फ़ाइल का आकार | 685 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.41 |
अंतिम अपडेट | 2017-08-30 |
प्रकाशन तिथि | 2017-08-30 |
रेटिंग | 3.71/5 कुल 45 रेटिंग्स |
डेवलपर | https://www.yappy.im |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.yappy.im |
सहायता पृष्ठ URL | http://yappy.uservoice.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "23.0.0", "name": "Yappy", "short_name": "Yappy", "description": "Send & Receive text messages from Chrome using your Android phone", "version": "1.41", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "images\/icon_48.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "contextMenus", "tabs", "notifications", "https:\/\/ws.yappy.im\/*", "https:\/\/api.yappy.im\/*", "https:\/\/www.yappy.im\/*" ], "web_accessible_resources": [ "font\/roboto\/*.ttf" ], "content_security_policy": "script-src 'self' https:\/\/api.yappy.im https:\/\/ws.yappy.im; object-src 'self'; img-src 'self' https:\/\/api.yappy.im https:\/\/ws.yappy.im;" } |