YouNeed Phone

The YouNeed extension to start phone calls from web pages

YouNeed Phoneคืออะไร?

YouNeed Phone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YouNeed® และคุณลักษณะหลักของมันคือ "The YouNeed extension to start phone calls from web pages"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows YouNeed® users to start phone calls directly from web pages.

While using Chrome to browse the web, they will be able to click phone numbers and a YouNeed® phone call will start.

Also, this extension helps to receive more easily phone calls on a YouNeed® extension.                    

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

ชื่อ YouNeed Phone YouNeed Phone
ID jjonhbifjclnpdicimalddgfjfbfefci
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youneed-phone/jjonhbifjclnpdicimalddgfjfbfefci
คำอธิบาย The YouNeed extension to start phone calls from web pages
ขนาดไฟล์ 31.39 KB
จำนวนการติดตั้ง 289
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-10-19
วันที่เผยแพร่ 2021-05-17
ผู้พัฒนา YouNeed®
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://youneed.it
URL หน้านโยบายความเป็นส่วนตัว https://www.ambrogio.com/policy/policy-privacy.html
ภาษาที่รองรับ it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Phone",
    "version": "1.0.1",
    "description": "The YouNeed extension to start phone calls from web pages",
    "manifest_version": 3,
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.web.youneed.it\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": [],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "content_script.js"
            ]
        }
    ]
}