EasyJoin

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

O que é EasyJoin?

EasyJoin é uma extensão do Chrome desenvolvida por https://easyjoin.net, e sua principal característica é "Right-click on text and links to send them from the browser to the EasyJoin app".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão EasyJoin

Baixe arquivos de extensão EasyJoin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
URL Oficial https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
Descrição Right-click on text and links to send them from the browser to the EasyJoin app
Tamanho do Arquivo 72.82 KB
Contagem de Instalações 681
Versão Atual 1.6
Última Atualização 2024-01-19
Data de Publicação 2019-09-24
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://easyjoin.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://easyjoin.net
URL da Página de Ajuda https://easyjoin.net/faq.html
URL da Página de Política de Privacidade https://easyjoin.net/privacy.html
Idiomas Suportados 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"
    ]
}