Texts.com

Connect messaging sites with Texts app

Texts.com là gì?

Texts.com là một tiện ích mở rộng Chrome được phát triển bởi https://texts.com, và tính năng chính của nó là "Connect messaging sites with Texts app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Texts.com

Tải xuống các tệp mở rộng Texts.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Texts browser extension adds shortcuts to open chats in Texts app on supported services.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Texts.com Texts.com
ID gkhaokjljijoicfeblfolngmjieklihc
URL Chính Thức https://chromewebstore.google.com/detail/textscom/gkhaokjljijoicfeblfolngmjieklihc
Mô tả Connect messaging sites with Texts app
Kích Thước Tệp 324 KB
Số Lần Cài Đặt 2,795
Phiên Bản Hiện Tại 0.10.7
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2024-01-04
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://texts.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://texts.com/
URL Trang Chính Sách Bảo Mật https://texts.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Texts.com",
    "version": "0.10.7",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Connect messaging sites with Texts app",
    "homepage_url": "https:\/\/texts.com",
    "short_name": "Texts.com",
    "permissions": [
        "storage",
        "webRequest",
        "scripting",
        "cookies",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.t.me\/*",
        "*:\/\/*.telegram.me\/*",
        "*:\/\/*.whatsapp.com\/*",
        "*:\/\/*.discord.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.messenger.com\/*",
        "*:\/\/*.slack.com\/*",
        "*:\/\/*.texts.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.x.com\/*",
        "*:\/\/*.signal.me\/*",
        "*:\/\/*.openai.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.google.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "Texts.com",
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Open in Texts",
        "default_popup": "popup.html",
        "chrome_style": false
    },
    "background": {
        "service_worker": ".\/background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "domInjector.bundle.js",
                "assets\/scripts\/*.js"
            ],
            "matches": [
                "https:\/\/t.me\/*",
                "https:\/\/telegram.me\/*",
                "https:\/\/*.signal.me\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.slack.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "whatsapp",
                "enabled": true,
                "path": ".\/assets\/rules\/whatsapp.json"
            }
        ]
    }
}