Woowa CRM

Woowa CRM unlocks chat apps superpower features for the benefit of Customer Relationship Management.

Woowa CRMคืออะไร?

Woowa CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://woowacrm.com และคุณลักษณะหลักของมันคือ "Woowa CRM unlocks chat apps superpower features for the benefit of Customer Relationship Management."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Woowa CRM unlocks chat apps superpower features for the benefit of Customer Relationship Management, brilliant features like contact management, funneling, tagging, saves important text messages, saves important media messages, quick replies, checking shipping price estimation, and much more.

You can also integrate it with woocommerce, order management, and other applications without limits using the API we provide.

This is the happiest day for your customer service!                    

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

ชื่อ Woowa CRM Woowa CRM
ID dmeikcpjjfommdlelokinhhmimlknlme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/woowa-crm/dmeikcpjjfommdlelokinhhmimlknlme
คำอธิบาย Woowa CRM unlocks chat apps superpower features for the benefit of Customer Relationship Management.
ขนาดไฟล์ 3.86 MB
จำนวนการติดตั้ง 10,171
เวอร์ชันปัจจุบัน 1.13.1
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-10-07
คะแนน 4.98/5 รวมทั้งหมด 119 คะแนน
ผู้พัฒนา https://woowacrm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://woowacrm.com/
URL หน้าช่วยเหลือ https://woowacrm.com/
URL หน้านโยบายความเป็นส่วนตัว https://woowacrm.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhVOrRewA83YyrW0I35rtOp3+RgkRE\/oW8\/TuAfQo9ul8HrrNGZ5u91KBEKJlLP2SQE5Vt2tyg71lyonBsQZ0H8MlrnkOiCZn9TzyseRG0KKUewc6XFa2ll1UdOmsgQAWRtkC78IbD53FCF2A6gzwnmYUTuw9QhD3yawzKdGg5qtK0fNLexHy1xQejmUcUC\/CHl7Vzs8Rj3phmJvqdlO1m87S0lTcl0kOSSpikt6o5dDy+z2KglYmOXg\/W\/tKN2drfH6\/TSmbcj7umB2CjnxZGcy1Do0FnracdRPs2EqqgfDMr9pIF+ckOugGfD+EQsx+OkKTOcYoTMUaldAoY4vWnwIDAQAB",
    "name": "Woowa CRM",
    "version": "1.13.1",
    "description": "Woowa CRM unlocks chat apps superpower features for the benefit of Customer Relationship Management.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "content-script\/bundle.js",
                "content-script\/vendor-1.js",
                "content-script\/vendor-2.js",
                "content-script\/script.js",
                "content-script\/content.js",
                "content-script\/main.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "oauth2": {
        "client_id": "258679723585-7a1ougp1gsfu42poefqanbaemhco3teo.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/contacts"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "unlimitedStorage",
        "gcm"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "inject-script\/*"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/crm.woo-wa.com\/*",
            "https:\/\/crmstaging.woo-wa.com\/*"
        ]
    }
}