Walution

This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on

Что такое Walution?

Walution - это расширение Chrome, разработанное Quicklution, и его основная функция - "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on".

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

screenshot
screenshot

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

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

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

                        Walution is an extensions which is required to integrate with Quicklution's API to send messages, images, videos and other files through WhatsApp.

It can also be integrated to send texts and documents through Quicklution's Google Sheet add-on:

https://workspace.google.com/marketplace/app/walution_send_personalized_whatsapp_mess/994589936585

✔️ No sign-up required. ✔️ Free and fast customer service. ✔️ Free from advertising or branding. 

WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. Walution is an independent project and has no relationship to WhatsApp Inc.                    

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

Название Walution Walution
ID gnkoofidpbkdoejdloidmbdefjpgpjdi
Официальный URL https://chromewebstore.google.com/detail/walution/gnkoofidpbkdoejdloidmbdefjpgpjdi
Описание This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on
Размер файла 42.15 KB
Количество установок 2,245
Текущая Версия 1.6.2
Последнее Обновление 2023-08-25
Дата публикации 2022-12-20
Рейтинг 4.98/5 Всего 335 оценок
Разработчик Quicklution
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://whatsapp-sender.quicklution.com/
URL страницы помощи https://whatsapp-sender.quicklution.com/contact-us
URL страницы политики конфиденциальности https://www.quicklution.com/g-track
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walution",
    "description": "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on",
    "version": "1.6.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "app\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "app\/contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/pwmClient.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "identity",
        "identity.email"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netRules",
                "enabled": true,
                "path": "netRules.json"
            }
        ]
    }
}