Texting.Biz

Click to Text through Texting.Biz

Vad är Texting.Biz?

Texting.Biz är en Chrome-tillägg utvecklad av djones, och dess huvudfunktion är "Click to Text through Texting.Biz".

Tilläggsskärmbilder

screenshot

Ladda ner Texting.Biz-förlängningens CRX-fil

Ladda ner Texting.Biz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Texting.Biz subscription is required                    

Grundläggande Information om Tillägg

Namn Texting.Biz Texting.Biz
ID cpndllnhddfahbhaokdcijopipabaedf
Officiell webbadress https://chromewebstore.google.com/detail/textingbiz/cpndllnhddfahbhaokdcijopipabaedf
Beskrivning Click to Text through Texting.Biz
Filstorlek 12.38 MB
Antal Installationer 167
Aktuell Version 1.1.2
Senast Uppdaterad 2023-01-10
Publiceringsdatum 2022-08-18
Utvecklare djones
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://texting.biz
URL till Sekretesspolicy Sidan https://texting.biz/privacy-policy
Stödda Språk 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"
    }
}