Mobile PBX Click-to-Call
Make calls by clicking on any phone number or selecting from text.
Was ist Mobile PBX Click-to-Call?
Mobile PBX Click-to-Call ist eine Chrome-Erweiterung, die von https://mobilepbx.co entwickelt wurde, und ihr Hauptmerkmal ist "Make calls by clicking on any phone number or selecting from text.".
Mobile PBX Click-to-Call-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mobile PBX Click-to-Call-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
This Chrome Extension enables Click to Call Functionality throughout your Chrome Browser. When it detects a phone number in another webpage you have open, it will allow you to right click and then select to call or text that phone number from your online PBX.
Grundlegende Informationen zur Erweiterung
Name | Mobile PBX Click-to-Call |
ID | ogkknldpjljebnphckncompbinbmlcgh |
Offizielle URL | https://chromewebstore.google.com/detail/mobile-pbx-click-to-call/ogkknldpjljebnphckncompbinbmlcgh |
Beschreibung | Make calls by clicking on any phone number or selecting from text. |
Dateigröße | 93.56 KB |
Installationsanzahl | 10 |
Aktuelle Version | 0.91 |
Letztes Update | 2017-06-05 |
Veröffentlichungsdatum | 2017-06-05 |
Entwickler | https://mobilepbx.co |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://app.mobilepbx.co |
URL der Datenschutzrichtlinien-Seite | https://www.voyant.com/legal-notices/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mobile PBX Click-to-Call", "description": "Make calls by clicking on any phone number or selecting from text.", "version": "0.91", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "Open Mobile PBX" }, "permissions": [ "management", "contextMenus", "tabs", "cookies", "storage", "*:\/\/*.mobilepbx.co\/*", "*:\/\/localhost\/*" ], "background": { "scripts": [ "js\/jquery.js", "js\/underscore.js", "js\/background.js" ] }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/underscore.js", "js\/contentScript.js" ], "css": [ "css\/contentScript.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/app.mobilepbx.co\/*", "*:\/\/localhost\/*" ] }, "web_accessible_resources": [ "img\/*.png" ], "applications": { "gecko": { "id": "[email protected]" } } } |