WAHelper: WhatsApp + HubSpot Extension

Best WhatsApp + HubSpot Extension for work

WAHelper: WhatsApp + HubSpot Extension là gì?

WAHelper: WhatsApp + HubSpot Extension là một tiện ích mở rộng Chrome được phát triển bởi Thor, và tính năng chính của nó là "Best WhatsApp + HubSpot Extension for work".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WAHelper: WhatsApp + HubSpot Extension

Tải xuống các tệp mở rộng WAHelper: WhatsApp + HubSpot Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        WAHelper integrates HubSpot CRM with WhatsApp, providing a seamless experience for users to access CRM information and record interactions within the messaging platform. One of the most important features of WAHelper is the ability to sync chat images from WhatsApp to HubSpot, a feature that is not available in other CRMs on the market.
————————————————————————————————————————
FEATURES
————————————————————————————————————————
Perform CRM Actions without leaving WhatsApp Web: 

* Create Contact
* Create Deal
* Create Task
* Create Ticket
* Add Note
* Sync Chats(contain images) to HubSpot
* Many more!

————————————————————————————————————————
PRIVACY PLEDGE
————————————————————————————————————————
This extension is 100% privacy-safe 💯. We DO NOT collect your chat data or personal information. We will NEVER sell your data to any third-party companies in any shape or form. 
The permission requested on Google Chrome while installing WAHelper might sound scary, but it's far from the real needs of the extension. The permissions are technically required for the following reasons:
Read and change your data on https://web.whatsapp.com/ : Required to add tabs to the top of WhatsApp Web. We don't collect any chat or contact data from your WhatsApp.
Read your browsing history: As scary as it sounds, we only need this permission strictly for the One-Click to WhatsApp Web (WAW) feature. We do not collect your browsing history at all. In fact, this is the "tab" permission from the Chrome Developer Guide, which DOES NOT allow us to read your browsing history. It only allows us to know what tabs are open right now.

Our detailed privacy policy can be found in https://wachatai.com/privacy-policy.html
HubSpot Privacy and Data Policy:
https://legal.hubspot.com/product-privacy-policy
https://legal.hubspot.com/dpa
————————————————————————————————————————
CONTACT US
————————————————————————————————————————
For any concerns or feedback, please feel free to email [email protected]
LEGAL
————————————————————————————————————————
WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAHelper is an independent product developed by WAChatAI, and has no relationship to WhatsApp, WhatsApp Inc, or Facebook Inc. It is not an official WhatsApp or Facebook product.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WAHelper: WhatsApp + HubSpot Extension WAHelper: WhatsApp + HubSpot Extension
ID lnmmbgekdjenecdcmbhaanniminfhlfh
URL Chính Thức https://chromewebstore.google.com/detail/wahelper-whatsapp-+-hubsp/lnmmbgekdjenecdcmbhaanniminfhlfh
Mô tả Best WhatsApp + HubSpot Extension for work
Kích Thước Tệp 434 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-06-29
Ngày Phát Hành 2023-05-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Thor
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://wachatai.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WAHelper: WhatsApp + HubSpot Extension",
    "description": "Best WhatsApp + HubSpot Extension for work",
    "version": "1.0.2",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/logo-16.png",
            "32": "assets\/img\/logo-32.png",
            "48": "assets\/img\/logo-48.png",
            "128": "assets\/img\/logo-128.png",
            "256": "assets\/img\/logo-256.png",
            "512": "assets\/img\/logo-512.png"
        }
    },
    "icons": {
        "16": "assets\/img\/logo-16.png",
        "32": "assets\/img\/logo-32.png",
        "48": "assets\/img\/logo-48.png",
        "128": "assets\/img\/logo-128.png",
        "256": "assets\/img\/logo-256.png",
        "512": "assets\/img\/logo-512.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/flowbite.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "assets\/style.css",
                "assets\/css\/flowbite.min.css",
                "assets\/css\/google.font.css"
            ]
        },
        {
            "js": [
                "oauth-result.js"
            ],
            "matches": [
                "https:\/\/api.wachatai.com\/wahubspot\/oauth\/login-callback*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}