Ytel Webphone Extension

Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.

Was ist Ytel Webphone Extension?

Ytel Webphone Extension ist eine Chrome-Erweiterung, die von Ytel, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ytel Webphone Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ytel Webphone Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Click to call (and text message) phone numbers in your helpdesk, CRM, and any website. Make and receive calls and texts without all the manual work.
Also, get your phone numbers branded with your company name + monitored and fixed from mislabels like “Spam Likely”.                    

Grundlegende Informationen zur Erweiterung

Name Ytel Webphone Extension Ytel Webphone Extension
ID dhbcpadpkaemaopnpegoegfmnnjnnmhn
Offizielle URL https://chromewebstore.google.com/detail/ytel-webphone-extension/dhbcpadpkaemaopnpegoegfmnnjnnmhn
Beschreibung Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.
Dateigröße 1.74 MB
Installationsanzahl 61
Aktuelle Version 3.10.9.1
Letztes Update 2024-02-28
Veröffentlichungsdatum 2023-07-13
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Ytel, Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ytel.com
Hilfeseite URL https://support.ytel.com
URL der Datenschutzrichtlinien-Seite https://www.ytel.com/company/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ytel Webphone Extension",
    "version": "3.10.9.1",
    "description": "Ytel Webphone Extension: Effortlessly make calls from any number on webpages, streamlining your communication process.",
    "action": {
        "browser_style": false,
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "system.display",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/lib\/jquery-2.2.4.min.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/content-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/call-icon.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}