SureVoIP
SureVoIP Call and SMS Browser Add-on
Was ist SureVoIP?
SureVoIP ist eine Chrome-Erweiterung, die von https://www.surevoip.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "SureVoIP Call and SMS Browser Add-on".
Erweiterungsscreenshots
SureVoIP-Erweiterungs-CRX-Datei herunterladen
Laden Sie SureVoIP-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
The SureVoIP Browser Extension allows SureVoIP customers to click to call any number on a webpage and send an SMS message. It is powered by the SureVoIP API - http://www.surevoip.co.uk/api with more information available at http://www.surevoip.co.uk/addons Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jojflbfafjngcipbjimokekpfpapfmcf |
| Offizielle URL | https://chromewebstore.google.com/detail/surevoip/jojflbfafjngcipbjimokekpfpapfmcf |
| Beschreibung | SureVoIP Call and SMS Browser Add-on |
| Dateigröße | 101 KB |
| Installationsanzahl | 18 |
| Aktuelle Version | 5.0.0 |
| Letztes Update | 2021-02-25 |
| Veröffentlichungsdatum | 2016-04-25 |
| Entwickler | https://www.surevoip.co.uk |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.surevoip.co.uk/addons |
| Hilfeseite URL | https://www.surevoip.co.uk/support/wiki/surevoip_browser_plugin |
| URL der Datenschutzrichtlinien-Seite | https://www.surevoip.co.uk/about/privacy-policy |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SureVoIP",
"description": "SureVoIP Call and SMS Browser Add-on",
"version": "5.0.0",
"author": "SureVoIP",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"css\/CustomCss.css"
],
"js": [
"js\/jquery-3.5.1.min.js",
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [],
"extension_ids": []
}
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png"
},
"default_title": "SureVoIP"
},
"host_permissions": [
"https:\/\/api.surevoip.co.uk\/calls",
"https:\/\/api.surevoip.co.uk\/sms"
]
} | |