Texting.Biz
Click to Text through Texting.Biz
Was ist Texting.Biz?
Texting.Biz ist eine Chrome-Erweiterung, die von djones entwickelt wurde, und ihr Hauptmerkmal ist "Click to Text through Texting.Biz".
Erweiterungsscreenshots
Texting.Biz-Erweiterungs-CRX-Datei herunterladen
Laden Sie Texting.Biz-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
Extension for quick texting without needing to log into the website.
Texting.Biz subscription is required Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cpndllnhddfahbhaokdcijopipabaedf |
| Offizielle URL | https://chromewebstore.google.com/detail/textingbiz/cpndllnhddfahbhaokdcijopipabaedf |
| Beschreibung | Click to Text through Texting.Biz |
| Dateigröße | 12.38 MB |
| Installationsanzahl | 167 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2023-01-10 |
| Veröffentlichungsdatum | 2022-08-18 |
| Entwickler | djones |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://texting.biz |
| URL der Datenschutzrichtlinien-Seite | https://texting.biz/privacy-policy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Texting.Biz",
"description": "Click to Text through Texting.Biz",
"version": "1.1.2",
"action": {
"default_icon": {
"16": "\/images\/Logo16.png",
"48": "\/images\/Logo48.png",
"128": "\/images\/Logo128.png"
},
"default_title": "Open Texting.Biz Extension",
"default_popup": "popup.html"
},
"icons": {
"16": "\/images\/Logo16.png",
"48": "\/images\/Logo48.png",
"128": "\/images\/Logo128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
}
} | |