Plusofon click to call
Plusofon plugin
Qu'est-ce que Plusofon click to call ?
Plusofon click to call est une extension Chrome développée par extensions.plusofon, et sa fonction principale est "Plusofon plugin".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Plusofon click to call
Téléchargez les fichiers d'extension Plusofon click to call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Расширение для абонентов сети Плюсофон, позволяющий совершать исходящие вызовы по каналам IP-телефонии с мобильного телефона. Вы просто вводите номер телефона, на который хотите позвонить, а наша платформа соединяет Вас с этим номером, просто и быстро! Для работы расширения необходима регистрация в сервисе Плюсофон: https://plusofon.ru/ Код аккаунта для звонков находится в разделе настроек пользователя.
Informations de Base sur l'Extension
Nom | |
ID | bbkdagjhgbflgoofomofngpkfmdlclol |
URL Officiel | https://chromewebstore.google.com/detail/plusofon-click-to-call/bbkdagjhgbflgoofomofngpkfmdlclol |
Description | Plusofon plugin |
Taille du Fichier | 321 KB |
Nombre d'Installations | 16 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-10-13 |
Date de Publication | 2016-10-13 |
Développeur | extensions.plusofon |
Type de Paiement | free |
Site Web de l'Extension | https://plusofon.ru |
URL de la Page d'Aide | https://portal.plusofon.ru/profile/account/update |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plusofon click to call", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Plusofon plugin", "background": { "page": "background.html" }, "homepage_url": "https:\/\/plusofon.ru\/", "version": "0.0.1", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "Click to call" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation", "notifications" ] } |