Response Box

Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.

Response Box là gì?

Response Box là một tiện ích mở rộng Chrome được phát triển bởi Dmitry Polevoy, và tính năng chính của nó là "Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.".

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

screenshot

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

Tải xuống các tệp mở rộng Response Box 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

                        Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.

How to use:

📄 Install extension and click a Response Box logo in upper right corner

📝 Create your templates

🖱 Right click in social media/email/chat to paste templates


* This extension is free and doesn't contain any ads.

v 1.2 -  Added ability to edit templates in-place.
v 1.3 -  Lighter design.
v 1.32 - Major bugs fixed.

👨‍🎨 Dmitry Polevoy
📨 [email protected]                    

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

Tên Response Box Response Box
ID ogomkaomgiefjihfoaoajomablaiiknf
URL Chính Thức https://chromewebstore.google.com/detail/response-box/ogomkaomgiefjihfoaoajomablaiiknf
Mô tả Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.
Kích Thước Tệp 7.99 KB
Số Lần Cài Đặt 1,179
Phiên Bản Hiện Tại 1.32
Cập Nhật Lần Cuối 2019-01-04
Ngày Phát Hành 2019-01-04
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Dmitry Polevoy
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Response Box",
    "version": "1.32",
    "description": "Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails\/social medias\/chats.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/48.png"
        },
        "default_title": "Response Box"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "",
        "storage",
        "clipboardWrite",
        "clipboardRead"
    ]
}