Whatsapp for Zoho CRM

Spellty provides a quick way to manage and add leads, contacts from WhatsApp Web to Zoho CRM (all plans included)

ما هو Whatsapp for Zoho CRM؟

Whatsapp for Zoho CRM هو إضافة Chrome تم تطويرها بواسطة Spellty Inc.، والميزة الرئيسية لها هي "Spellty provides a quick way to manage and add leads, contacts from WhatsApp Web to Zoho CRM (all plans included)".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Whatsapp for Zoho CRM

قم بتنزيل ملفات الامتداد Whatsapp for Zoho CRM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Spellty allows companies and independent workers who use Whatsapp to carry out the traceability of business processes and customer service directly in Zoho CRM.

✔️ CRM integrated to Whatsapp Web 👨‍💻
Spellty provides a natural integration within the WhatsApp Web user interface, just configure it to install our powerful extension in Google Chrome.
✔️ Custom fields 📑
You will be able to synchronize the custom fields from Spellty so as not to lose any data that your clients provide you
✔️ Save chats 💬
Now you can save the chat thread of the chats directly in the CRM. Do not lose the commitments and agreements agreed with your contacts!
✔️ Prospecting 🙋‍♀️
Do you forget to save the new contacts in the CRM that contact WhatsApp? With Spellty, creating a prospect is very easy and is done in seconds.
✔️ Contact list 📒
The integration of WhatsApp with Zoho CRM is very friendly, it allows you to obtain the WhatsApp contact information from the CRM simply by clicking on your contact list.
✔️ Activities list 📆
You will be able to create and view the call, task and meeting type activities associated with each contact or prospect


🚀 About us 🚀
Spellty is a Startup focused on process automation. Our team is made up of an interdisciplinary team of engineers, administrators, designers, software architects, and digital marketing specialists. Spellty is revolutionizing the way you do business with Whatsapp. Continuous innovation is our mantra. For this reason, we are always looking for new business models that can be implemented with technology through products and services delivered to the market in an accelerated way.                    

معلومات أساسية عن التمديد

الاسم Whatsapp for Zoho CRM Whatsapp for Zoho CRM
ID gneokgmdnijhienaecicehakohaaopag
عنوان URL الرسمي https://chrome.google.com/webstore/detail/whatsapp-for-zoho-crm/gneokgmdnijhienaecicehakohaaopag
الوصف Spellty provides a quick way to manage and add leads, contacts from WhatsApp Web to Zoho CRM (all plans included)
حجم الملف 1.94 MB
عدد التثبيتات 1,000
النسخة الحالية 4.0.1
آخر تحديث 2022-01-11
تاريخ النشر 2020-06-09
تقييم 5.00/5 مجموع تقييمات 4
المطور Spellty Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://spellty.com/
عنوان صفحة المساعدة http://spellty.com/
عنوان صفحة سياسة الخصوصية https://spellty.com/privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "not_allowed",
    "manifest_version": 2,
    "name": "Whatsapp for Zoho CRM",
    "version": "4.0.1",
    "description": "Spellty provides a quick way to manage and add leads, contacts from WhatsApp Web to Zoho CRM (all plans included)",
    "devtools_page": "ext\/html\/diagnostic\/devtools.html",
    "icons": {
        "16": "icons\/logoEpika-16X16.png",
        "32": "icons\/logoEpika-32X32.png",
        "128": "icons\/logoEpika-128X128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "ext\/css\/interactionsChatWs.css",
                "ext\/libs\/css\/vendors.min.css",
                "ext\/libs\/css\/bootstrap-extended.min.css",
                "ext\/libs\/css\/colors.min.css",
                "ext\/libs\/css\/style.css",
                "ext\/libs\/css\/driver.min.css"
            ],
            "js": [
                "ext\/libs\/js\/jquery.min.js",
                "ext\/libs\/js\/driver.min.js",
                "ext\/js\/mainContentScript.js",
                "ext\/js\/interactionsChatWs.js",
                "ext\/js\/backbone.js",
                "ext\/js\/selectText.js",
                "ext\/js\/getContactInfo.js",
                "ext\/js\/ws\/vendor\/uuidv4.min.js",
                "ext\/js\/ws\/content\/loader.js",
                "ext\/js\/ws\/content\/connector.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "ext\/js\/ws\/content\/injected.js",
        "ext\/js\/ws\/vendor\/moduleRaid.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; frame-src 'self' https:\/\/www.zoho.com\/crm\/help\/zoho-crm-for-gmail-and-inbox.html  https:\/\/web.whatsapp.com\/;",
    "permissions": [
        "https:\/\/api.spellty.com\/*",
        "http:\/\/127.0.0.1:8000\/*",
        "https:\/\/web.whatsapp.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/accounts.zoho.com\/",
        "https:\/\/www.zoho.com\/",
        "https:\/\/crm.zoho.com\/",
        "https:\/\/crm.zoho.eu\/",
        "https:\/\/crm.zoho.in\/",
        "https:\/\/gadgets.zoho.com\/",
        "https:\/\/gadgets.zoho.eu\/",
        "https:\/\/gadgets.zoho.in\/",
        "tabs",
        "notifications"
    ]
}