EasyJoin
Right-click on text and links to send them from the browser to the EasyJoin app
Was ist EasyJoin?
EasyJoin ist eine Chrome-Erweiterung, die von https://easyjoin.net entwickelt wurde, und ihr Hauptmerkmal ist "Right-click on text and links to send them from the browser to the EasyJoin app".
Erweiterungsscreenshots
EasyJoin-Erweiterungs-CRX-Datei herunterladen
Laden Sie EasyJoin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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".
Grundlegende Informationen zur Erweiterung
Name | EasyJoin |
ID | hakgmccmeliacpbfblemaeajkpkndfog |
Offizielle URL | https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog |
Beschreibung | Right-click on text and links to send them from the browser to the EasyJoin app |
Dateigröße | 72.82 KB |
Installationsanzahl | 681 |
Aktuelle Version | 1.6 |
Letztes Update | 2024-01-19 |
Veröffentlichungsdatum | 2019-09-24 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://easyjoin.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://easyjoin.net |
Hilfeseite URL | https://easyjoin.net/faq.html |
URL der Datenschutzrichtlinien-Seite | https://easyjoin.net/privacy.html |
Unterstützte Sprachen | 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" ] } |