Response Box

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

Was ist Response Box?

Response Box ist eine Chrome-Erweiterung, die von Dmitry Polevoy entwickelt wurde, und ihr Hauptmerkmal ist "Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.".

Erweiterungsscreenshots

screenshot

Response Box-Erweiterungs-CRX-Datei herunterladen

Laden Sie Response Box-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Response Box Response Box
ID ogomkaomgiefjihfoaoajomablaiiknf
Offizielle URL https://chromewebstore.google.com/detail/response-box/ogomkaomgiefjihfoaoajomablaiiknf
Beschreibung Pre-built messages from templates in your browser. Canned messages on right click that can be used in emails/social medias/chats.
Dateigröße 7.99 KB
Installationsanzahl 1,179
Aktuelle Version 1.32
Letztes Update 2019-01-04
Veröffentlichungsdatum 2019-01-04
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Dmitry Polevoy
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}