EasyJoin
Right-click on text and links to send them from the browser to the EasyJoin app
Co to jest EasyJoin?
EasyJoin to rozszerzenie Chrome opracowane przez https://easyjoin.net, a jego główną funkcją jest „Right-click on text and links to send them from the browser to the EasyJoin app”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EasyJoin
Pobierz pliki rozszerzeń EasyJoin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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".                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | hakgmccmeliacpbfblemaeajkpkndfog | 
| Oficjalny URL | https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog | 
| Opis | Right-click on text and links to send them from the browser to the EasyJoin app | 
| Rozmiar pliku | 72.82 KB | 
| Liczba instalacji | 681 | 
| Aktualna Wersja | 1.6 | 
| Ostatnia Aktualizacja | 2024-01-19 | 
| Data Publikacji | 2019-09-24 | 
| Ocena | 5.00/5 Łącznie 4 Oceny | 
| Deweloper | https://easyjoin.net | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://easyjoin.net | 
| Adres URL Strony Pomocy | https://easyjoin.net/faq.html | 
| Adres URL Strony Polityki Prywatności | https://easyjoin.net/privacy.html | 
| Obsługiwane Języki | 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"
    ]
}  |  |