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란 무엇입니까?

Response Box은(는) Dmitry Polevoy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats."입니다.

확장 프로그램 스크린샷

screenshot

Response Box 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Response Box Response Box
ID ogomkaomgiefjihfoaoajomablaiiknf
공식 URL https://chromewebstore.google.com/detail/response-box/ogomkaomgiefjihfoaoajomablaiiknf
설명 Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.
파일 크기 7.99 KB
설치 횟수 1,179
현재 버전 1.32
최근 업데이트 2019-01-04
출시 날짜 2019-01-04
평점 4.60/5 총 5 개의 평점
개발자 Dmitry Polevoy
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}