Eazybe: Best WhatsApp™ Web CRM with ChatGPT

Schedule Messages, Quick Replies, Follow-Ups, Access CRM & ChatGPT, Sync Google Sheets On WhatsAppTM Web With Enhanced Privacy

Was ist Eazybe: Best WhatsApp™ Web CRM with ChatGPT?

Eazybe: Best WhatsApp™ Web CRM with ChatGPT ist eine Chrome-Erweiterung, die von https://eazybe.com entwickelt wurde, und ihr Hauptmerkmal ist "Schedule Messages, Quick Replies, Follow-Ups, Access CRM & ChatGPT, Sync Google Sheets On WhatsAppTM Web With Enhanced Privacy".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Eazybe: Best WhatsApp™ Web CRM with ChatGPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eazybe: Best WhatsApp™ Web CRM with ChatGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The only Whatsapp Chrome extension with Chatgpt powered AI replies

Try Eazybe Whatsapp Extension: 

‣ Chatgpt powered Reply suggestions
‣ CRM integrations with Hubspot, Google Sheets, Bitrix, Zoho etc. 
‣ Team Inbox to show you complete visibility into your Team's Whatsapp Chat and Analytics
‣ Automatically sorted tabs under Unread, Groups labels.
‣ Create your own labels and add chats to them.
‣ Send a message without saving the number on your phone. 
‣ Save quick replies with attachments to send them when needed.
‣ Set follow-ups with notes, email ids, amount, to remind you - in every chat.
‣ See your reminders and notifications sorted by date to plan your day.

Unlike WA Web Plus for WhatsApp™,Cooby, other WhatsApp Chrome extensions we offer mind blowing features such as CRM Integrations with popular CRMs such as Zoho, Hubspot, Bitrix24, Google Sheets, Freshdesk, etc.  Chatgpt powered Replies, Team Inbox etc. 

 
What Eazybe doesn't do:
------------------------
✗ Any type of bulk/automated messaging
✗ Auto-responses or any type of automated engagement (i.e chatbot)
✗ Calls using desktop
✗ Messaging through a single (company) number

We're completely following WhatsApp's terms of use (see: https://www.WhatsApp.com/legal/)!

- We are not part of WhatsApp Inc. This is an independent productivity Chrome extension

✉️ Contact Us
Have any queries? Feature requests? Feedback? 
Please feel free to email [email protected]

Join our community on Facebook and LinkedIn to learn, share and grow together:
https://www.facebook.com/groups/439610157786151
https://www.linkedin.com/groups/14010587/

🏆 Only Featured Extension in our Class

🔒Privacy Policy
All messages are end-to-end encrypted. We take privacy very seriously. We DO NOT collect or store your chat data in any shape or form. Your chat data does not leave your computer.

Changelog: 
https://changelog-ige7g.changelog.notaku.site/

Book a Demo: 
https://calendly.com/eazybe/eazybe-demo-call                    

Grundlegende Informationen zur Erweiterung

Name Eazybe: Best WhatsApp™ Web CRM with ChatGPT Eazybe: Best WhatsApp™ Web CRM with ChatGPT
ID clgficggccelgifppbcaepjdkklfcefd
Offizielle URL https://chromewebstore.google.com/detail/eazybe-best-whatsapp-web/clgficggccelgifppbcaepjdkklfcefd
Beschreibung Schedule Messages, Quick Replies, Follow-Ups, Access CRM & ChatGPT, Sync Google Sheets On WhatsAppTM Web With Enhanced Privacy
Dateigröße 6.44 MB
Installationsanzahl 12,282
Aktuelle Version 3.1.42
Letztes Update 2024-03-04
Veröffentlichungsdatum 2021-05-11
Bewertung 4.59/5 Insgesamt 259 Bewertungen
Entwickler https://eazybe.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://eazybe.com
Hilfeseite URL https://eazybe.com
URL der Datenschutzrichtlinien-Seite https://eazybe.com/privacy
Unterstützte Sprachen id,en,es,pt-BR,pt-PT,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.1.42",
    "manifest_version": 3,
    "default_locale": "en",
    "oauth2": {
        "client_id": "917967494072-ns8tmfbg91et459jsm54ne5uke8lapav.apps.googleusercontent.com",
        "scopes": [
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/contacts"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "idle",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "injecter.bundle.js"
            ],
            "css": [
                "assets\/css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/app-eu1.hubspot.com\/*"
            ],
            "js": [
                "hubspot.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/crm.zoho.in\/*",
                "https:\/\/crm.zoho.com\/*",
                "https:\/\/crm.zoho.eu\/*",
                "https:\/\/crm.zoho.com.cn\/*",
                "https:\/\/crm.zoho.com.com.au\/*",
                "https:\/\/crm.zoho.jp\/*"
            ],
            "js": [
                "zoho.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/marketplace.zoho.in\/*",
                "https:\/\/marketplace.zoho.com\/*",
                "https:\/\/marketplace.zoho.eu\/*",
                "https:\/\/marketplace.zoho.cn\/*",
                "https:\/\/marketplace.zoho.au\/*",
                "https:\/\/marketplace.zoho.jp\/*",
                "https:\/\/app.hubspot.com\/ecosystem\/*",
                "https:\/\/app.hubspot.eu\/ecosystem\/*",
                "*:\/\/*\/market\/detail\/eazybetest.eazybe\/*"
            ],
            "js": [
                "review.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/crm\/lead\/details\/*",
                "*:\/\/*\/crm\/lead\/kanban\/*",
                "*:\/\/*\/crm\/contact\/details\/*",
                "*:\/\/*\/crm\/contact\/list\/*",
                "*:\/\/*\/crm\/deal\/details\/*",
                "*:\/\/*\/crm\/deal\/kanban\/*"
            ],
            "js": [
                "bitrix.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "infoTab.html",
                "assets\/css\/datetime.css",
                "datetime.html",
                "assets\/css\/popup.css",
                "assets\/img\/premium.png",
                "assets\/img\/update.png",
                "assets\/js\/wapi.js",
                "assets\/js\/wpp.js",
                "assets\/css\/bootstrap.min.css",
                "whatsAppIcon.svg",
                "demouser.png",
                "broadcast.svg",
                "assets\/icons\/star-icon.png",
                "assets\/icons\/best.png",
                "assets\/icons\/bin_white.png",
                "assets\/icons\/bin_red.png",
                "check.svg",
                "calender.svg",
                "filter.svg",
                "plus.png",
                "upload.svg",
                "edit-solid.svg",
                "expanded.html",
                "\/assets\/icons\/icon.png",
                "\/assets\/icons\/icon16.png",
                "\/assets\/icons\/icon48.png",
                "\/assets\/icons\/icon128.png",
                "inject-store.js",
                "store.bundle.js",
                "\/assets\/files\/Sample.xls",
                "\/assets\/icons\/whatsapplogo.svg",
                "\/assets\/icons\/gmail_logo.svg",
                "\/assets\/img\/canvaimage__newpricing.png",
                "\/assets\/icons\/beforeSignUp.svg",
                "\/assets\/icons\/company_logo.png",
                "\/_locales\/en\/messages.json",
                "\/_locales\/es\/messages.json",
                "\/_locales\/pt\/messages.json",
                "\/_locales\/pt_PT\/messages.json",
                "\/_locales\/hi\/messages.json",
                "\/_locales\/id\/messages.json",
                "\/_locales\/pt_BR\/messages.json"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*",
                "https:\/\/app.hubspot.com\/*",
                "https:\/\/crm.zoho.in\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "\/assets\/popup.html",
        "default_icon": {
            "16": "\/assets\/icons\/icon16.png",
            "48": "\/assets\/icons\/icon48.png",
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/workspace.eazybe.com\/*",
            "https:\/\/*.com\/*",
            "http:\/\/*.com\/*"
        ]
    }
}