Texting.Biz

Click to Text through Texting.Biz

Wat is Texting.Biz?

Texting.Biz is een Chrome-extensie ontwikkeld door djones, en de belangrijkste functie is "Click to Text through Texting.Biz".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Texting.Biz

Download Texting.Biz-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

                        Extension for quick texting without needing to log into the website. 

Texting.Biz subscription is required                    

Basisinformatie over de Extensie

Naam Texting.Biz Texting.Biz
ID cpndllnhddfahbhaokdcijopipabaedf
Officiële URL https://chromewebstore.google.com/detail/textingbiz/cpndllnhddfahbhaokdcijopipabaedf
Beschrijving Click to Text through Texting.Biz
Bestandsgrootte 12.38 MB
Aantal Installaties 167
Huidige Versie 1.1.2
Laatst Bijgewerkt 2023-01-10
Publicatiedatum 2022-08-18
Ontwikkelaar djones
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://texting.biz
URL van de Privacybeleid Pagina https://texting.biz/privacy-policy
Ondersteunde Talen 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"
    }
}