Ulgebra Lookup App for CRM/Desk

Ulgebra - Lookup App for CRM/Desk

Ulgebra Lookup App for CRM/Deskคืออะไร?

Ulgebra Lookup App for CRM/Desk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apps.ulgebra.com และคุณลักษณะหลักของมันคือ "Ulgebra - Lookup App for CRM/Desk"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ulgebra Lookup App for CRM/Desk

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

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

                        Efficiently handle all your CRM or Desk customers from WhatsApp Web itself. Seamlessly manage contacts and leads of Zoho CRM, HubSpot, Pipedrive, Freshsales Suite, Bitrix24 and so on within WhatsApp Web. Enable the required CRM/Desk platform to sync the contacts with WhatsApp Web. Using the Lookup App you can communicate with WhatsApp contacts and update them inside your CRM/Desk without leaving WhatsApp Web. 

This extension allows users to add contacts from WhatsApp Web into their CRM/Desk account. Select any WhatsApp contact to view the CRM/Desk contacts associated with the selected number. You can also view all the details of the selected contact and access the CRM/Desk contact from WhatsApp Web.

Edit any of the contact fields and save the changes within WhatsApp Web to update the CRM/Desk contact. You can also search for a specific field of the contact to be updated or viewed. Also, configure the contact fields that are to be displayed in WhatsApp Web. 

View the notes available within the CRM/Desk contact within WhatsApp Web. You can also add notes for the particular contact from WhatsApp Web.

This way you can remain up to date and simplify the management of your CRM/Desk contacts.                    

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

ชื่อ Ulgebra Lookup App for CRM/Desk Ulgebra Lookup App for CRM/Desk
ID bfplnkkgbngofppbheedddempbgnijdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ulgebra-lookup-app-for-cr/bfplnkkgbngofppbheedddempbgnijdl
คำอธิบาย Ulgebra - Lookup App for CRM/Desk
ขนาดไฟล์ 14.89 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-04-12
วันที่เผยแพร่ 2023-01-27
ผู้พัฒนา https://apps.ulgebra.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้าช่วยเหลือ https://apps.ulgebra.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://apps.ulgebra.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ulgebra Lookup App for CRM\/Desk",
    "version": "1.4",
    "action": {
        "default_icon": {
            "16": "ulgebra_trans_logo.png",
            "48": "ulgebra_trans_logo.png",
            "128": "ulgebra_trans_logo.png"
        },
        "default_title": "Lookup App for CRM\/Desk",
        "default_popup": "popup.html"
    },
    "description": "Ulgebra - Lookup App for CRM\/Desk",
    "icons": {
        "16": "ulgebra_trans_logo.png",
        "48": "ulgebra_trans_logo.png",
        "128": "ulgebra_trans_logo.png"
    },
    "host_permissions": [
        "https:\/\/sms.ulgebra.com\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-cmp.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "images\/*",
                "css\/*"
            ],
            "matches": [
                "https:\/\/sms.ulgebra.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; 'unsafe-eval' 'unsafe-inline'; object-src 'self'; frame-src 'self';"
    }
}