EasyJoin

Right-click on text and links to send them from the browser to the EasyJoin app

¿Qué es EasyJoin?

EasyJoin es una extensión de Chrome desarrollada por https://easyjoin.net, y su función principal es "Right-click on text and links to send them from the browser to the EasyJoin app".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión EasyJoin

Descarga archivos de extensión EasyJoin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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".                    

Información Básica de la Extensión

Nombre EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
URL Oficial https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
Descripción Right-click on text and links to send them from the browser to the EasyJoin app
Tamaño del Archivo 72.82 KB
Cantidad de Instalaciones 681
Versión Actual 1.6
Última Actualización 2024-01-19
Fecha de Publicación 2019-09-24
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://easyjoin.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://easyjoin.net
URL de la Página de Ayuda https://easyjoin.net/faq.html
URL de la Página de Política de Privacidad https://easyjoin.net/privacy.html
Idiomas Soportados 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"
    ]
}