EasyJoin

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

What is EasyJoin?

EasyJoin is a Chrome extension developed by https://easyjoin.net, and its main feature is "Right-click on text and links to send them from the browser to the EasyJoin app".

Extension Screenshots

Download EasyJoin Extension CRX File

Download EasyJoin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
Official URL https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
Description Right-click on text and links to send them from the browser to the EasyJoin app
File Size 72.82 KB
Installation Count 681
Current Version 1.6
Last Updated 2024-01-19
Publish Date 2019-09-24
Rating 5.00/5 Total 4 Ratings
Developer https://easyjoin.net
Email [email protected]
Payment Type free
Extension Website https://easyjoin.net
Help Page URL https://easyjoin.net/faq.html
Privacy Policy Page URL https://easyjoin.net/privacy.html
Supported Languages 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"
    ]
}