EasyJoin
Right-click on text and links to send them from the browser to the EasyJoin app
Τι είναι το EasyJoin;
Το EasyJoin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://easyjoin.net, και η κύρια λειτουργία του είναι "Right-click on text and links to send them from the browser to the EasyJoin app".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EasyJoin
Λήψη αρχείων επέκτασης EasyJoin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |