Kickstarter Easy Reply

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

Kickstarter Easy Reply là gì?

Kickstarter Easy Reply là một tiện ích mở rộng Chrome được phát triển bởi Semih Hazar, và tính năng chính của nó là "Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.".

Ả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 Kickstarter Easy Reply

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

                        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!                    

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

Tên Kickstarter Easy Reply Kickstarter Easy Reply
ID ilmnonjnjlbfggoijlpajbebdjcgeode
URL Chính Thức https://chromewebstore.google.com/detail/kickstarter-easy-reply/ilmnonjnjlbfggoijlpajbebdjcgeode
Mô tả Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.
Kích Thước Tệp 16.48 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2016-02-19
Ngày Phát Hành 2016-02-19
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Semih Hazar
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}