Texting.Biz

Click to Text through Texting.Biz

Hvad er Texting.Biz?

Texting.Biz er en Chrome-udvidelse udviklet af djones, og dens hovedfunktion er "Click to Text through Texting.Biz".

Udvidelsesskærmbilleder

screenshot

Download Texting.Biz-udvidelses-CRX-fil

Download Texting.Biz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Texting.Biz subscription is required                    

Grundlæggende oplysninger om udvidelsen

Navn Texting.Biz Texting.Biz
ID cpndllnhddfahbhaokdcijopipabaedf
Officiel URL https://chromewebstore.google.com/detail/textingbiz/cpndllnhddfahbhaokdcijopipabaedf
Beskrivelse Click to Text through Texting.Biz
Filstørrelse 12.38 MB
Antal Installationer 167
Nuværende Version 1.1.2
Senest Opdateret 2023-01-10
Udgivelsesdato 2022-08-18
Udvikler djones
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://texting.biz
URL til Fortrolighedspolitik Side https://texting.biz/privacy-policy
Understøttede Sprog 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"
    }
}