OnlinePBX Calls
OnlinePBX extension for make call from context menu!
Wat is OnlinePBX Calls?
OnlinePBX Calls is een Chrome-extensie ontwikkeld door tpmanc, en de belangrijkste functie is "OnlinePBX extension for make call from context menu!".
Extensie Screenshots
Download het CRX-bestand van de extensie OnlinePBX Calls
Download OnlinePBX Calls-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
OnlinePBX extension for make call from context menu! Basisinformatie over de Extensie
| Naam | |
| ID | aeogfcpboahjjlnjfghofepainkhkihc |
| Officiële URL | https://chromewebstore.google.com/detail/onlinepbx-calls/aeogfcpboahjjlnjfghofepainkhkihc |
| Beschrijving | OnlinePBX extension for make call from context menu! |
| Bestandsgrootte | 47.34 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-08-30 |
| Publicatiedatum | 2019-08-30 |
| Ontwikkelaar | tpmanc |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OnlinePBX Calls",
"version": "1.0.0",
"description": "OnlinePBX extension for make call from context menu!",
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"options_page": "options.html",
"background": {
"scripts": [
"socket.io.js",
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |