OneTone.ai - Typing Assistant

Install and use this typing assistant powered by AI. It reduces your repetitive typing and helps you type faster and better.

OneTone.ai - Typing Assistant là gì?

OneTone.ai - Typing Assistant là một tiện ích mở rộng Chrome được phát triển bởi OneTone.ai, và tính năng chính của nó là "Install and use this typing assistant powered by AI. It reduces your repetitive typing and helps you type faster and better.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OneTone.ai - Typing Assistant

Tải xuống các tệp mở rộng OneTone.ai - Typing Assistant 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

                        Are you tired of spending hours typing out repetitive customer support responses? OneTone.ai can help! Our artificial intelligence-powered typing assistant predicts what customer support agents need to type next and puts those sentences or phrases right at their fingertips. This not only saves time, but it helps prevent typos and allows agents to easily serve more customers.

OneTone.ai's features include autocomplete for better-sounding sentences, personalization to learn and suggest sentences you use frequently, and templates for storing and accessing text. With OneTone.ai, you can type faster and say better, improving the customer experience.

Try OneTone.ai now and see the difference it can make for your customer support team. If you have any questions or feedback, don't hesitate to reach out to us at [email protected]. We're always working to improve your experience with our product.                    

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

Tên OneTone.ai - Typing Assistant OneTone.ai - Typing Assistant
ID fhnbopfepoaobogkdinpckpfhjpicjgg
URL Chính Thức https://chromewebstore.google.com/detail/onetoneai-typing-assistan/fhnbopfepoaobogkdinpckpfhjpicjgg
Mô tả Install and use this typing assistant powered by AI. It reduces your repetitive typing and helps you type faster and better.
Kích Thước Tệp 4.05 MB
Số Lần Cài Đặt 666
Phiên Bản Hiện Tại 2.22.3
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2022-02-08
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển OneTone.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://onetone.ai/
URL Trang Trợ Giúp https://feedback.onetone.ai/
URL Trang Chính Sách Bảo Mật https://onetone.ai/privacy.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OneTone.ai - Typing Assistant",
    "description": "Install and use this typing assistant powered by AI. It reduces your repetitive typing and helps you type faster and better.",
    "version": "2.22.3",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgMN0nu8IBx2W1dveJ3wkrWADET7ooiAP7p6ThJac6JWsaQnBY+MeoOzujyNbXTs7rIHRNcn0K8h1yQktRnb5VLNFYFf8+R3ruXjSgyVXyXFE7zAiAHzqgUPOOWmqWOHFGNpYN1LB7XstMm7SJTZ2deJ5X+BDWu1BhnpKrS+x\/dkDKbq2Ze5aEu+PqpVtaLTBP5EvyVyAPs1TkZJftXA6qLoyCOlCIXJT1iZWFNBEGW\/8DGa329BIxlVJKFjiN+gtQCF1fBPyOOa4ZbLytK2I3S\/cehZDIon0T+3zbAKNKAC8s0NOA5h2wysMN3cStg7fxZMP4rVURgE4QQzq8CbsVwIDAQAB",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "brand256.png",
        "48": "brand256.png",
        "128": "brand256.png"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/dev.local\/*",
            "http:\/\/localhost\/*",
            "https:\/\/app.onetone.ai\/*",
            "https:\/\/app.onetone.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "brand-no-text.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}