EasyJoin
Right-click on text and links to send them from the browser to the EasyJoin app
EasyJoin क्या है?
EasyJoin https://easyjoin.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right-click on text and links to send them from the browser to the EasyJoin app"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EasyJoin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
To send links and texts from your browser via EasyJoin follow these steps: - Install the Pro version of the application on Windows/Linux/macOS. - Start the application. - Install the add-on on your browser. - Right-click on a link or selected text in the browser and select "EasyJoin > Send".
एक्सटेंशन की मूल जानकारी
नाम | EasyJoin |
ID | hakgmccmeliacpbfblemaeajkpkndfog |
आधिकारिक URL | https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog |
विवरण | Right-click on text and links to send them from the browser to the EasyJoin app |
फ़ाइल का आकार | 72.82 KB |
स्थापना संख्या | 681 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2024-01-19 |
प्रकाशन तिथि | 2019-09-24 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://easyjoin.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://easyjoin.net |
सहायता पृष्ठ URL | https://easyjoin.net/faq.html |
गोपनीयता नीति पृष्ठ URL | https://easyjoin.net/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyJoin", "short_name": "EasyJoin", "version": "1.6", "description": "Right-click on text and links to send them from the browser to the EasyJoin app", "homepage_url": "https:\/\/easyjoin.net", "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "48": "icons\/48.png", "96": "icons\/96.png" }, "background": { "service_worker": "easyjoin.js" }, "action": { "default_icon": "icons\/24.png", "default_popup": "html\/popup.html" }, "permissions": [ "contextMenus" ] } |