TelefUM24Call
TelefUM24Call
Was ist TelefUM24Call?
TelefUM24Call ist eine Chrome-Erweiterung, die von https://telefum24.ru entwickelt wurde, und ihr Hauptmerkmal ist "TelefUM24Call".
Erweiterungsscreenshots
TelefUM24Call-Erweiterungs-CRX-Datei herunterladen
Laden Sie TelefUM24Call-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. Звонок может быть выполнен через: - Мобильный телефон Android - SIP телефон - Софтфон Имеется широкий спектр настроек, что позволяет расширению быть использованным на любых веб страницах с минимальным количеством ошибок. Для использования необходимо быть пользователем сервиса Telefum24 (http://telefum24.ru)
Grundlegende Informationen zur Erweiterung
Name | TelefUM24Call |
ID | phaeicinohnibgfkgpgelfefdphpjhoo |
Offizielle URL | https://chromewebstore.google.com/detail/telefum24call/phaeicinohnibgfkgpgelfefdphpjhoo |
Beschreibung | TelefUM24Call |
Dateigröße | 130 KB |
Installationsanzahl | 220 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2018-03-30 |
Veröffentlichungsdatum | 2018-03-30 |
Entwickler | https://telefum24.ru |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TelefUM24Call", "version": "1.0.5", "description": "TelefUM24Call", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/hightlight.css", "css\/style.css" ], "js": [ "js\/default.js", "js\/jquery-1.8.0.min.js", "js\/highlight.js", "js\/contentscript.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/call.gif", "images\/sms.gif", "images\/history.gif" ], "options_page": "options.html", "background": { "scripts": [ "js\/jquery-1.8.0.min.js", "js\/background.js" ] }, "browser_action": { "default_title": "TelefUM24Call", "default_icon": "icons\/icon-48.png", "default_popup": "popup.html" } } |