Kickstarter Easy Reply

Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.

Apa itu Kickstarter Easy Reply?

Kickstarter Easy Reply adalah ekstensi Chrome yang dikembangkan oleh Semih Hazar, dan fitur utamanya adalah "Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Kickstarter Easy Reply

Unduh file ekstensi Kickstarter Easy Reply dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.

This is a simple, yet very powerful extension for managing your Kickstarter campaigns.

Create up to three canned responses and speed up replying to you messages.
It can also automatically insert the recipient name into your messages.

Upon installation go to extensions (either by typing chrome://extensions, or clicking the menu button then settings and then extensions) and click on Options in Kickstarter Easy Reply. There you define your canned replies.

And then you'll see them every time you reply to someone.

Enjoy faster messaging and focus on your awesome campaign!                    

Informasi Dasar Ekstensi

Nama Kickstarter Easy Reply Kickstarter Easy Reply
ID ilmnonjnjlbfggoijlpajbebdjcgeode
URL Resmi https://chromewebstore.google.com/detail/kickstarter-easy-reply/ilmnonjnjlbfggoijlpajbebdjcgeode
Deskripsi Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.
Ukuran File 16.48 KB
Jumlah Instalasi 59
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2016-02-19
Tanggal Publikasi 2016-02-19
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Semih Hazar
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/www.kickstarter.com\/*messages\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.kickstarter.com\/*messages\/*",
                "https:\/\/www.kickstarter.com\/projects\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}