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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}