EasyJoin
Right-click on text and links to send them from the browser to the EasyJoin app
Wat is EasyJoin?
EasyJoin is een Chrome-extensie ontwikkeld door https://easyjoin.net, en de belangrijkste functie is "Right-click on text and links to send them from the browser to the EasyJoin app".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyJoin
Download EasyJoin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | EasyJoin |
ID | hakgmccmeliacpbfblemaeajkpkndfog |
Officiële URL | https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog |
Beschrijving | Right-click on text and links to send them from the browser to the EasyJoin app |
Bestandsgrootte | 72.82 KB |
Aantal Installaties | 681 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2024-01-19 |
Publicatiedatum | 2019-09-24 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://easyjoin.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://easyjoin.net |
Help Pagina-URL | https://easyjoin.net/faq.html |
URL van de Privacybeleid Pagina | https://easyjoin.net/privacy.html |
Ondersteunde Talen | 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" ] } |