EasyJoin

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

Co je EasyJoin?

EasyJoin je rozšíření Chrome vyvinuté https://easyjoin.net, a jeho hlavní funkcí je „Right-click on text and links to send them from the browser to the EasyJoin app“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření EasyJoin

Stáhněte si soubory rozšíření EasyJoin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
Oficiální URL https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
Popis Right-click on text and links to send them from the browser to the EasyJoin app
Velikost souboru 72.82 KB
Počet instalací 681
Aktuální Verze 1.6
Poslední Aktualizace 2024-01-19
Datum Vydání 2019-09-24
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://easyjoin.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://easyjoin.net
URL Stránky Nápovědy https://easyjoin.net/faq.html
URL Stránky Zásad Ochrany Soukromí https://easyjoin.net/privacy.html
Podporované Jazyky 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"
    ]
}