Dealer Inspire Conversations - Notifications

This extension provides advanced notifications for Dealer Inspire Conversations

Dealer Inspire Conversations - Notificationsคืออะไร?

Dealer Inspire Conversations - Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dealerinspire.com และคุณลักษณะหลักของมันคือ "This extension provides advanced notifications for Dealer Inspire Conversations"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dealer Inspire Conversations - Notifications

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

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

                        Use the Dealer Inspire Conversations extension to augment your Conversation's in-app notifications.                    

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

ชื่อ Dealer Inspire Conversations - Notifications Dealer Inspire Conversations - Notifications
ID cjdkbdckofhgekglchbeaacbodmfdglg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dealer-inspire-conversati/cjdkbdckofhgekglchbeaacbodmfdglg
คำอธิบาย This extension provides advanced notifications for Dealer Inspire Conversations
ขนาดไฟล์ 346 KB
จำนวนการติดตั้ง 9,204
เวอร์ชันปัจจุบัน 4.0.4
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2019-01-16
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://dealerinspire.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.dealerinspire.com/conversations
URL หน้านโยบายความเป็นส่วนตัว https://www.dealerinspire.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dealer Inspire Conversations - Notifications",
    "description": "This extension provides advanced notifications for Dealer Inspire Conversations",
    "version": "4.0.4",
    "action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/alert.html"
            ],
            "js": [
                "scripts\/content-offer.js",
                "scripts\/content-message.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "installation-check.txt"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.dealerinspire.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/conversations-web\/*"
        ]
    }
}