WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
WASync: Send WhatsApp Chats to any API

WASync: Send WhatsApp Chats to any API

View on Chrome Web Store
View WASync: Send WhatsApp Chats to any API Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

WASync connects WhatsApp Web directly to your CRM or API — so every chat is tracked, every lead is captured.
Type
Extension
Users
35 users
2
WAtext
View author page of WAtext
Published
Published on January 5, 2026
Version 1.2.0
Manifest version
3
Updated
Updated on January 30, 2026
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View WASync: Send WhatsApp Chats to any API Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WASync: Send WhatsApp Chats to any API",
    "version": "1.2.0",
    "description": "WASync connects WhatsApp Web directly to your CRM or API \u2014 so every chat is tracked, every lead is captured.",
    "permissions": [
        "storage",
        "activeTab",
        "background",
        "identity"
    ],
    "oauth2": {
        "client_id": "904728659725-4klg5qlrora7q0s2of5g0e88l7tlic6s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/sheets.googleapis.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/new-project-189.firebaseapp.com\/*",
        "https:\/\/new-project-189-default-rtdb.firebaseio.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "activation-modal.js",
                "bridge.js",
                "injector.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected\/*",
                "models\/*",
                "services\/*",
                "utils\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "WhatsApp Webhook Sync",
        "default_icon": {
            "16": "icons\/icon128.png",
            "48": "icons\/icon128.png",
            "64": "icons\/icon128.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_page": "activation.html",
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "64": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top