EasyJoin

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

Что такое EasyJoin?

EasyJoin - это расширение Chrome, разработанное https://easyjoin.net, и его основная функция - "Right-click on text and links to send them from the browser to the EasyJoin app".

Снимки экрана расширения

Скачать файл CRX расширения EasyJoin

Скачайте файлы расширений EasyJoin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название EasyJoin EasyJoin
ID hakgmccmeliacpbfblemaeajkpkndfog
Официальный URL https://chromewebstore.google.com/detail/easyjoin/hakgmccmeliacpbfblemaeajkpkndfog
Описание Right-click on text and links to send them from the browser to the EasyJoin app
Размер файла 72.82 KB
Количество установок 681
Текущая Версия 1.6
Последнее Обновление 2024-01-19
Дата публикации 2019-09-24
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://easyjoin.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://easyjoin.net
URL страницы помощи https://easyjoin.net/faq.html
URL страницы политики конфиденциальности https://easyjoin.net/privacy.html
Поддерживаемые языки 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"
    ]
}