Whats2Api: Integrate Whatsapp Web to anything

Sends chosen messages and contact data from Whatsapp Web to an API/Webhook link.

Что такое Whats2Api: Integrate Whatsapp Web to anything?

Whats2Api: Integrate Whatsapp Web to anything - это расширение Chrome, разработанное Alexandre Daltro, и его основная функция - "Sends chosen messages and contact data from Whatsapp Web to an API/Webhook link.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Whats2Api: Integrate Whatsapp Web to anything

Скачайте файлы расширений Whats2Api: Integrate Whatsapp Web to anything в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Send your contact/lead info directly from the Whatsapp Web™ page to your CRM, Trello, Google Sheets or thousands of online tools! It is free to use! You can also add the person as a contact without touching your phone.

Improve your productivity as a seller on Whatsapp™. Automate some steps and save time.

*ATTENTION:
THIS IS NOT a bulk sender.
THIS IS NOT a Chatbot.

To use this extension, you need to use together an automation tool like Zapier, Make (Integromat), n8n, Pabbly, and others, or a custom API/Webhook. Contact-me for support (Just click the button in the extension)!

You can send:
*Selected messages
*Name and Number (Auto-filled)
*Email 
*URLs
*Any other custom field you want to add!

Premium features:
*Get your contact data from your CRM and show/edit right in Whatsapp Web!
*Export your configs to use later, or to send to your team.
*Import configs.
*Fill the form automatically, searching specific info in the messages using Regex.
*Send contact Tags, Photo and Owner/Seller

Streamline your sales process and save time with our free Whatsapp automation tool. Install it today!

How to use:
All you have to do is set-up a webhook link inside of your favorite automation tool, (like Zapier, Make/Integromat, Pabbly, n8n, Automate.io, IFTTT and many other.), and copy this link to our extension.

Fill the form in Whatsapp Web, select the messages you want, and when you click send, all the data will be sent to the webhook link.
Then, inside your automation tool, you can do whatever you want with that data.

For bug reports or features requesting, contact me via Whatsapp:
+55 11 97811-9726


LEGAL 
---------------------
WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. Whats2API is an independent product developed by Alex Daltro, and has no relationship to WhatsApp, WhatsApp Inc, or Meta Inc. It is not an official WhatsApp or Meta product.
---------------------

UPDATES AND BUG FIXES

Version 0.0.13.2 - 12 Octuber 2023
-New Premium Features!

Version 0.0.13.2 - 23 August 2023
-Fix to Whatsapp Web Update

Version 0.0.13.1 - 15 February 2023
-Fix to Whatsapp Web Update

Version 0.0.13 - 15 February 2023
-Added language Portuguese.
-Now, sent messages have the sender identification (name or number)
-Easier to update when Meta changes something in Whatsapp Web.
-Easier to contact support.
-Many code improvents.
-Minor design improvements.
-Minor bug fixes.

Version 0.0.12 - 01 January 2023
-Code improvents.
-Fix that clicking on the contact photo, didn`t work before.
-If there is any e-mail in the messages, it fills a "email" field automatically.

Version 0.0.11 - 02 December 2022
-Code improved to faster update when Meta changes something in Whatsapp Web.
-Improvement of form validation.
-Bug fix to messages not being sent.

Version 0.0.9 20/09/22
-Changed extension name and logo, due to trademark.

Version 0.0.8 20/09/22
-Update to Whatsapp Web changes.

Version 0.0.6 06/09/22
-Added button to contact the developer for support
-Minor bug fixes

Version 0.0.5 29/08/22
-Fixed a huge bug that, when the user of v 0.0.2 updated to version 0.0.4, it made the application useless, due to different data structures.
In version 0.0.4 it was needed to reinstall. Version 0.0.5 fixes that!
-Other bug fixes

Version 0.0.4 27/08/22
-Improved design and usability. Now with response messages to indicate success or errors.
-All the internal structure was changed from Javascript to React.js                    

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

Название Whats2Api: Integrate Whatsapp Web to anything Whats2Api: Integrate Whatsapp Web to anything
ID nifnaghkkjbnghihjkbbcibndkhnlkdc
Официальный URL https://chromewebstore.google.com/detail/whats2api-integrate-whats/nifnaghkkjbnghihjkbbcibndkhnlkdc
Описание Sends chosen messages and contact data from Whatsapp Web to an API/Webhook link.
Размер файла 636 KB
Количество установок 451
Текущая Версия 0.0.14
Последнее Обновление 2023-10-13
Дата публикации 2022-10-09
Рейтинг 5.00/5 Всего 18 оценок
Разработчик Alexandre Daltro
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://wa.me/5511978119726
URL страницы политики конфиденциальности https://sites.google.com/view/whats2api
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.14",
    "name": "Whats2Api: Integrate Whatsapp Web to anything",
    "description": "Sends chosen messages and contact data from Whatsapp Web to an API\/Webhook link.",
    "author": "Alexandre Daltro. Email: [email protected]",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "downloads"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/whats2api.firebaseapp.com\/__\/auth\/*, https:\/\/web.whatsapp.com\/*"
    ],
    "action": {
        "default_title": "Whats2API - Integrate any CRM to Whatsapp Web",
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhlF+K3p6AsIeTfYHcaesRMn+E+YvWYN3KsD6537wF2J7N9EEbQj4OdIQUnVdWE\/uOGmYKivnApU15+gJ\/8sMmFxF1Byyc15RtEmskrcXQal9Qy4DGHEUMs6hcp2PSd9QpLc3M3f8lH7AwLA2KMHb9gA3daAnz02sAxFXZijx7BavFp1d09Af8smNGFpL55+mEegu2pn10T3wZhZtRIeyhqbcENdz041BDSIsqjcrBvBYUFgpa42FZaZAvJ1xNd3C6Ri\/nS\/vLhscI9LIHJQVgsG3G0VPUpLBy0S+M3a5ztlAItVm3fM4nlE0tRZ\/\/ylii92TLpYGMd1UH9H9pg4NmwIDAQAB"
}