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은(는) Alexandre Daltro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends chosen messages and contact data from Whatsapp Web to an API/Webhook link."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Whats2Api: Integrate Whatsapp Web to anything 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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