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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Semih Hazar และคุณลักษณะหลักของมันคือ "Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kickstarter Easy Reply

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}