Click To Call Yemot

הפיכת כל מספר טלפון בעמוד ללחיץ, ובלחיצה אחת לבצע חיבור שיחה בין הטלפון שלך למספר.

What is Click To Call Yemot?

Click To Call Yemot is a Chrome extension developed by ימות המשיח -פתרונות תקשורת, and its main feature is "הפיכת כל מספר טלפון בעמוד ללחיץ, ובלחיצה אחת לבצע חיבור שיחה בין הטלפון שלך למספר.".

Extension Screenshots

screenshot

Download Click To Call Yemot Extension CRX File

Download Click To Call Yemot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        הפיכת כל מספר טלפון בעמוד ללחיץ, ובלחיצה אחת לבצע חיבור שיחה בין הטלפון שלך למספר.                    

Extension Basic Information

Name Click To Call Yemot Click To Call Yemot
ID jminnpgjaeldiaeafbkhmcfpkkkojago
Official URL https://chromewebstore.google.com/detail/click-to-call-yemot/jminnpgjaeldiaeafbkhmcfpkkkojago
Description הפיכת כל מספר טלפון בעמוד ללחיץ, ובלחיצה אחת לבצע חיבור שיחה בין הטלפון שלך למספר.
File Size 141 KB
Installation Count 462
Current Version 1.1
Last Updated 2023-03-28
Publish Date 2023-03-21
Rating 5.00/5 Total 3 Ratings
Developer ימות המשיח -פתרונות תקשורת
Email [email protected]
Payment Type free
Extension Website https://yemot.co.il
Help Page URL https://yemot.co.il
Privacy Policy Page URL https://www.yemot.co.il/privacy-policy
Supported Languages en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click To Call Yemot",
    "version": "1.1",
    "description": "__MSG_description__",
    "action": {
        "default_icon": "images\/logoYemot.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "he",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}