Texting.Biz

Click to Text through Texting.Biz

Texting.Bizとは何ですか?

Texting.Bizはdjonesによって開発されたChromeの拡張機能で、その主な機能は「Click to Text through Texting.Biz」です。

拡張機能のスクリーンショット

screenshot

Texting.Biz拡張機能のCRXファイルをダウンロード

Texting.Biz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

Texting.Biz subscription is required                    

拡張機能の基本情報

名前 Texting.Biz Texting.Biz
ID cpndllnhddfahbhaokdcijopipabaedf
公式URL https://chromewebstore.google.com/detail/textingbiz/cpndllnhddfahbhaokdcijopipabaedf
説明 Click to Text through Texting.Biz
ファイルサイズ 12.38 MB
インストール数 167
現在のバージョン 1.1.2
最終更新日 2023-01-10
公開日 2022-08-18
開発者 djones
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://texting.biz
プライバシーポリシーページのURL https://texting.biz/privacy-policy
対応言語 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"
    }
}