Chatwork To All
A Chatwork helper extension.
Wat is Chatwork To All?
Chatwork To All is een Chrome-extensie ontwikkeld door Tran Minh Tuan, en de belangrijkste functie is "A Chatwork helper extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatwork To All
Download Chatwork To All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension for Chatwork.
Help mentioning all members in the room easier by using @all (liked slack, hipchat) Mention will use with id, icon only
Update to version 0.2 allow to use @all, @ALL, @All. Basisinformatie over de Extensie
| Naam | |
| ID | pfaadngdpaokechkeccaimodnieinmlo |
| Officiële URL | https://chromewebstore.google.com/detail/chatwork-to-all/pfaadngdpaokechkeccaimodnieinmlo |
| Beschrijving | A Chatwork helper extension. |
| Bestandsgrootte | 141 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2016-03-19 |
| Publicatiedatum | 2016-03-19 |
| Ontwikkelaar | Tran Minh Tuan |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chatwork To All",
"short_name": "CWToAll",
"description": "A Chatwork helper extension.",
"version": "0.2",
"content_scripts": [
{
"matches": [
"https:\/\/kcw.kddi.ne.jp\/*"
],
"js": [
"main.js"
]
}
]
} | |