Click To Call Yemot

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

Wat is Click To Call Yemot?

Click To Call Yemot is een Chrome-extensie ontwikkeld door ימות המשיח -פתרונות תקשורת, en de belangrijkste functie is "הפיכת כל מספר טלפון בעמוד ללחיץ, ובלחיצה אחת לבצע חיבור שיחה בין הטלפון שלך למספר.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click To Call Yemot

Download Click To Call Yemot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Click To Call Yemot Click To Call Yemot
ID jminnpgjaeldiaeafbkhmcfpkkkojago
Officiële URL https://chromewebstore.google.com/detail/click-to-call-yemot/jminnpgjaeldiaeafbkhmcfpkkkojago
Beschrijving הפיכת כל מספר טלפון בעמוד ללחיץ, ובלחיצה אחת לבצע חיבור שיחה בין הטלפון שלך למספר.
Bestandsgrootte 141 KB
Aantal Installaties 462
Huidige Versie 1.1
Laatst Bijgewerkt 2023-03-28
Publicatiedatum 2023-03-21
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ימות המשיח -פתרונות תקשורת
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://yemot.co.il
Help Pagina-URL https://yemot.co.il
URL van de Privacybeleid Pagina https://www.yemot.co.il/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}