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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kickstarter Easy Reply एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}