WhatsApp easy send

Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url

Что такое WhatsApp easy send?

WhatsApp easy send - это расширение Chrome, разработанное tal.barda88, и его основная функция - "Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url".

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

screenshot
screenshot
screenshot

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

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

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

                        Easy send WhatsApp message to a number that isn't saved on your contacts list by entering number and text. If there's a 'URL' place holder in the text, will replace it with the current tab url.
Known issues:
1. It's developed for the personal purposes of looking an apartment in Israel - so the message placeholder is for sending a message in Hebrew "Hey, I would be happy to get some details for the apartment.."
2. It doesn't store the latest trial so every time you click on it, you will re-enter the details                    

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

Название WhatsApp easy send WhatsApp easy send
ID dfpggoalmiggfgehidjjldkonifpijed
Официальный URL https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed
Описание Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url
Размер файла 14.7 MB
Количество установок 69
Текущая Версия 0.0.0.1
Последнее Обновление 2021-07-13
Дата публикации 2021-07-13
Рейтинг 5.00/5 Всего 1 оценок
Разработчик tal.barda88
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.facebook.com/groups/supertool/permalink/717341105668298/
Поддерживаемые языки
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp easy send",
    "version": "0.0.0.1",
    "description": "Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url",
    "manifest_version": 2,
    "icons": {
        "16": "WhatsApp.png",
        "48": "WhatsApp.png",
        "128": "WhatsApp.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "A popup will come"
    }
}