EasyJoin

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

Hvad er EasyJoin?

EasyJoin er en Chrome-udvidelse udviklet af https://easyjoin.net, og dens hovedfunktion er "Right-click on text and links to send them from the browser to the EasyJoin app".

Udvidelsesskærmbilleder

Download EasyJoin-udvidelses-CRX-fil

Download EasyJoin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
Officiel URL https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
Beskrivelse Right-click on text and links to send them from the browser to the EasyJoin app
Filstørrelse 72.82 KB
Antal Installationer 681
Nuværende Version 1.6
Senest Opdateret 2024-01-19
Udgivelsesdato 2019-09-24
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://easyjoin.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://easyjoin.net
Hjælpeside-URL https://easyjoin.net/faq.html
URL til Fortrolighedspolitik Side https://easyjoin.net/privacy.html
Understøttede Sprog 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"
    ]
}