EasyJoin
Right-click on text and links to send them from the browser to the EasyJoin app
Cos'è EasyJoin?
EasyJoin è un'estensione di Chrome sviluppata da https://easyjoin.net, e la sua funzione principale è "Right-click on text and links to send them from the browser to the EasyJoin app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasyJoin
Scarica i file di estensione EasyJoin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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". Informazioni di Base sull'Estensione
| Nome | |
| ID | hakgmccmeliacpbfblemaeajkpkndfog |
| URL Ufficiale | https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog |
| Descrizione | Right-click on text and links to send them from the browser to the EasyJoin app |
| Dimensione del File | 72.82 KB |
| Conteggio Installazioni | 681 |
| Versione Corrente | 1.6 |
| Ultimo Aggiornamento | 2024-01-19 |
| Data di Pubblicazione | 2019-09-24 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | https://easyjoin.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://easyjoin.net |
| URL della Pagina di Aiuto | https://easyjoin.net/faq.html |
| URL della Pagina della Politica sulla Privacy | https://easyjoin.net/privacy.html |
| Lingue Supportate | 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"
]
} | |