Zendesk caller phone number catcher

This plugin helps to process incoming calls at zendesk.com

Zendesk caller phone number catcherคืออะไร?

Zendesk caller phone number catcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This plugin helps to process incoming calls at zendesk.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zendesk caller phone number catcher

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

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

                        This plugin helps to process incoming calls at zendesk.com                    

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

ชื่อ Zendesk caller phone number catcher Zendesk caller phone number catcher
ID mjbpffoeebgojaeholckblnefepjpaka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zendesk-caller-phone-numb/mjbpffoeebgojaeholckblnefepjpaka
คำอธิบาย This plugin helps to process incoming calls at zendesk.com
ขนาดไฟล์ 92.66 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 0.1.4.1
อัปเดตครั้งล่าสุด 2019-11-18
วันที่เผยแพร่ 2019-11-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zendesk caller phone number catcher",
    "version": "0.1.4.1",
    "description": "",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zendesk.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}