TimelinesAI - universal WhatsApp integration

TimelinesAI Chrome Extension allows to start a WhatApp chat from any CRM or site (TimelinesAI account is required).

TimelinesAI - universal WhatsApp integrationคืออะไร?

TimelinesAI - universal WhatsApp integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timelines.ai และคุณลักษณะหลักของมันคือ "TimelinesAI Chrome Extension allows to start a WhatApp chat from any CRM or site (TimelinesAI account is required)."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TimelinesAI - universal WhatsApp integration

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

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

                        Our Universal WhatsApp integration Chrome Extension allows you to instantly start or continue WhatsApp chat from any CRM or web page by selecting a detected phone number. Enjoy embedded WhatsApp conversation right in the context of your work! You can dock, resize and collapse the extension display to adjust it neatly to the interface of your CRM.

TimelinesAI account is required to use our Chrome Extension. Install the extension and sign-up for a FREE Trial to start sending WhatsApp messages from your CRM. Setup takes just 2 minutes, no credit card is required! For a limited time, Chrome Extension is available on all plans!

Send messages and start new chats from: HubSpot, Pipedrive, Salesforce, Zoho, Monday or any other CRM. 

TimelinesAI is all-in-one WhatsApp management platform for teams that use multiple individual numbers:
— Multi-number Shared inbox for immediate control of all WhatsApp communication in real-time
— Automatic sync of WhatsApp conversations to your CRM
— Advanced WhatsApp automations and Mass Messaging via Zapier and Webhooks
and now Chrome Extension that embeds WhatsApp chats directly into your CRM interface!

Our products do NOT require WhatsApp business API and work with both WhatsApp personal and WhatsApp business numbers. 

Updates 2023-09-04 
+ Fixed: misc bugs and stability issues

Updates 2023-08-24
+ Improved: when multiple chats are available for detected number, one can select the relevant WhatsApp account 
+ Fixed: compatibility issues with Zoho CRM 
+ General visual improvements

Updates 2023-03-01
+ Fixed: Phone numbers not recognized in HubSpot contacts when automatic formatting is applied
+ Fixed: "send message" widget not displayed over phone numbers in phone fields anywhere in HubSpot
+ Fixed: Phone numbers not detected in HubSpot once page is loaded, "Refresh phone list" required
+ Fixed: existing chat not opened when user participates in multiple workspace
+ Fixed: Can't edit phone number after entering it in "Start new chat" dialog
+ Fixed: "Restart extension" button font color invisible
+ General improvements to phone number detection                    

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

ชื่อ TimelinesAI - universal WhatsApp integration TimelinesAI - universal WhatsApp integration
ID oljnbokalmnlbngdeejnfhbfgioobdbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timelinesai-universal-wha/oljnbokalmnlbngdeejnfhbfgioobdbm
คำอธิบาย TimelinesAI Chrome Extension allows to start a WhatApp chat from any CRM or site (TimelinesAI account is required).
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 998
เวอร์ชันปัจจุบัน 2.11
อัปเดตครั้งล่าสุด 2023-09-05
วันที่เผยแพร่ 2022-08-31
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://timelines.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://timelines.ai/
URL หน้าช่วยเหลือ https://timelines.ai/help-center/
URL หน้านโยบายความเป็นส่วนตัว https://timelines.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TimelinesAI - universal WhatsApp integration",
    "description": "TimelinesAI Chrome Extension allows to start a WhatApp chat from any CRM or site (TimelinesAI account is required).",
    "version": "2.11",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/app.timelines.ai\/"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "cookies",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "App.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "assets\/logo_mini.png"
    }
}