Virtual Landline

Virtual Landline desktop phone

Virtual Landlineคืออะไร?

Virtual Landline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย virtuallandlineapp และคุณลักษณะหลักของมันคือ "Virtual Landline desktop phone"

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

screenshot

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

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

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

                        Chrome browser extension for Virtual Landline browser soft phone app.                    

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

ชื่อ Virtual Landline Virtual Landline
ID hnpapfeknnnabpelllinmmhbmohfjdke
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/virtual-landline/hnpapfeknnnabpelllinmmhbmohfjdke
คำอธิบาย Virtual Landline desktop phone
ขนาดไฟล์ 23.21 KB
จำนวนการติดตั้ง 171
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2019-10-18
วันที่เผยแพร่ 2019-10-18
ผู้พัฒนา virtuallandlineapp
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.virtuallandline.co.uk/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "image-to-grayscale.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "intercept.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "ipc-bridge.js"
            ],
            "matches": [
                "https:\/\/virtuallandline.cloudsoftphone.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Virtual Landline desktop phone",
    "manifest_version": 2,
    "name": "Virtual Landline",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "version": "3.3",
    "web_accessible_resources": [
        "ipc-bridge-init.js",
        "icon.png"
    ]
}