Click2Tel

Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.

Click2Telคืออะไร?

Click2Tel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย support และคุณลักษณะหลักของมันคือ "Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field."

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

screenshot
screenshot

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

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

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

                        Effortlessly click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field. Save time and make phone calls more convenient with this handy extension.                    

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

ชื่อ Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/click2tel/fkmnchglediflnaekcmilminojpockcl
คำอธิบาย Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 2.00
อัปเดตครั้งล่าสุด 2023-05-05
วันที่เผยแพร่ 2023-04-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา support
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click2Tel",
    "description": "Click on \"tel:\" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.",
    "version": "2.00",
    "permissions": [
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}