Kickstarter Easy Reply

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

Kickstarter Easy Replyとは何ですか?

Kickstarter Easy ReplyはSemih Hazarによって開発されたChromeの拡張機能で、その主な機能は「Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.」です。

拡張機能のスクリーンショット

screenshot

Kickstarter Easy Reply拡張機能のCRXファイルをダウンロード

Kickstarter Easy Reply拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Kickstarter Easy Reply Kickstarter Easy Reply
ID ilmnonjnjlbfggoijlpajbebdjcgeode
公式URL https://chromewebstore.google.com/detail/kickstarter-easy-reply/ilmnonjnjlbfggoijlpajbebdjcgeode
説明 Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.
ファイルサイズ 16.48 KB
インストール数 59
現在のバージョン 0.0.8
最終更新日 2016-02-19
公開日 2016-02-19
評価 4.20/5 合計 5 レビュー
開発者 Semih Hazar
支払い方法 free
対応言語 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
        }
    ]
}