Mayday

Mayday is the first intelligent knowledge base available anywhere to boost your support productivity and quality. Build your…

Maydayคืออะไร?

Mayday เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getmayday.co และคุณลักษณะหลักของมันคือ "Mayday is the first intelligent knowledge base available anywhere to boost your support productivity and quality. Build your…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Mayday is the first intelligent knowledge base available anywhere to boost your support productivity and quality. 

Build your knowledge base through Mayday Knowledge interface and connect it to Chrome in a matter of seconds so that support teams instantly become Super Heroes. In addition to knowledge navigation, each agent can directly search for knowledge, be notified each time something changes and make feedbacks or suggestions.

In addition to delivering knowledge, Mayday collects a lot of insights thanks to its auto-tagging feature that categorizes each ticket and feeds real time analytics dashboard. 

Thanks to Mayday, hundreds of teams already:
-    Boost their productivity
-    Increase support quality
-    Reduce new agents onboarding time
-    Improve their customer understanding and share the voice of the customer

If you want to boost your customer support, please visit www.getmayday.co                    

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

ชื่อ Mayday Mayday
ID eloemnahbeeiekllcfeombpkokhinkpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mayday/eloemnahbeeiekllcfeombpkokhinkpn
คำอธิบาย Mayday is the first intelligent knowledge base available anywhere to boost your support productivity and quality. Build your…
ขนาดไฟล์ 2.98 MB
จำนวนการติดตั้ง 8,609
เวอร์ชันปัจจุบัน 2.0.19
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-06-29
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://getmayday.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mayday.fr/en/
URL หน้านโยบายความเป็นส่วนตัว https://www.mayday.fr/en/legal/politique-de-confidentialite
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mayday",
    "version": "2.0.19",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.ts-loader.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/style.css",
                "assets\/chunk-4J4II3XU-f05fcd9f.js",
                "assets\/blacklist-b1910d59.js",
                "assets\/types-8aa4aa48.js",
                "assets\/main.ts-c6eaa86c.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "fonts\/**\/*.ttf",
                "icons\/**\/*.png"
            ],
            "use_dynamic_url": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "commands": {
        "force_open": {
            "suggested_key": {
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K",
                "chromeos": "Ctrl+Shift+K",
                "linux": "Ctrl+Shift+K"
            },
            "description": "Open Mayday in new tab or toggle the opening state"
        }
    }
}