Easy Sender for WhatsApp™

Send WhatsApp™ messages without having to add the contact, just select the number

Что такое Easy Sender for WhatsApp™?

Easy Sender for WhatsApp™ - это расширение Chrome, разработанное Gabriel Esteves Messas, и его основная функция - "Send WhatsApp™ messages without having to add the contact, just select the number".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Easy Sender for WhatsApp™

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

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

                        Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option.

The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company.                    

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

Название Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
Официальный URL https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Описание Send WhatsApp™ messages without having to add the contact, just select the number
Размер файла 26.11 KB
Количество установок 5,343
Текущая Версия 1.2
Последнее Обновление 2022-10-24
Дата публикации 2020-05-28
Рейтинг 3.83/5 Всего 6 оценок
Разработчик Gabriel Esteves Messas
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
URL страницы помощи https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Поддерживаемые языки en,en-GB,en-US,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en_US",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "Easy Sender.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "Easy Sender.png",
        "32": "Easy Sender.png",
        "48": "Easy Sender.png",
        "128": "Easy Sender.png"
    }
}