Kickstarter Easy Reply
Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.
O que é Kickstarter Easy Reply?
Kickstarter Easy Reply é uma extensão do Chrome desenvolvida por Semih Hazar, e sua principal característica é "Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kickstarter Easy Reply
Baixe arquivos de extensão Kickstarter Easy Reply no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Kickstarter Easy Reply |
ID | ilmnonjnjlbfggoijlpajbebdjcgeode |
URL Oficial | https://chromewebstore.google.com/detail/kickstarter-easy-reply/ilmnonjnjlbfggoijlpajbebdjcgeode |
Descrição | Reply your Kickstarter messages a lot easier. Create up to three canned replies and speed up messaging. |
Tamanho do Arquivo | 16.48 KB |
Contagem de Instalações | 59 |
Versão Atual | 0.0.8 |
Última Atualização | 2016-02-19 |
Data de Publicação | 2016-02-19 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | Semih Hazar |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } ] } |