Whats for Zoho CRM

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

Whats for Zoho CRMคืออะไร?

Whats for Zoho CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spellty.com และคุณลักษณะหลักของมันคือ "Spellty provides a quick way to manage and add leads, contacts from Whats to Zoho CRM (all plans included)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whats for Zoho CRM

ดาวน์โหลดไฟล์ส่วนขยาย Whats for Zoho CRM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Spellty's solution for WhatsApp Web and Zoho CRM integrates all the mobile phone numbers of the sales team using WhatsApp directly into Zoho CRM, improving the traceability of conversations, sales follow ups and customer service.

Let your sales team send quick responses, save images, audio, conversations, create leads, contacts and more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Whats for Zoho CRM Whats for Zoho CRM
ID jbfcadlbgpcakkcgpjlleamanbmbgcpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whats-for-zoho-crm/jbfcadlbgpcakkcgpjlleamanbmbgcpm
คำอธิบาย Spellty provides a quick way to manage and add leads, contacts from Whats to Zoho CRM (all plans included)
ขนาดไฟล์ 1.98 MB
จำนวนการติดตั้ง 604
เวอร์ชันปัจจุบัน 4.4.6
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2022-09-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://spellty.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://spellty.com/en/
URL หน้าช่วยเหลือ https://spellty.com/en/
URL หน้านโยบายความเป็นส่วนตัว https://spellty.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "incognito": "not_allowed",
    "manifest_version": 3,
    "name": "Whats for Zoho CRM",
    "version": "4.4.6",
    "description": "Spellty provides a quick way to manage and add leads, contacts from Whats 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": {
        "service_worker": "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": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "cookies",
                "ext\/js\/ws\/content\/injected.js",
                "ext\/js\/ws\/vendor\/moduleRaid.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self';"
    },
    "permissions": [
        "notifications"
    ],
    "host_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\/"
    ]
}