slack-status
Change your Slack status.
Wat is slack-status?
slack-status is een Chrome-extensie ontwikkeld door braitom, en de belangrijkste functie is "Change your Slack status.".
Extensie Screenshots
Download het CRX-bestand van de extensie slack-status
Download slack-status-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
Quickly change your slack status.
You can save the status of Slack as a template and reflect it immediately.
Notice:
First you need to set Slack Token and status with extension options
Update:
2017/04/16 ; Bug fix Basisinformatie over de Extensie
| Naam | |
| ID | hfcoofmkdafpgfdcbokphafoefgecloo |
| Officiële URL | https://chromewebstore.google.com/detail/slack-status/hfcoofmkdafpgfdcbokphafoefgecloo |
| Beschrijving | Change your Slack status. |
| Bestandsgrootte | 227 KB |
| Aantal Installaties | 64 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2017-04-16 |
| Publicatiedatum | 2017-04-16 |
| Ontwikkelaar | braitom |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": ".\/image\/icon128.png",
"default_popup": "popup.html"
},
"description": "Change your Slack status.",
"icons": {
"16": ".\/image\/icon16.png",
"48": ".\/image\/icon48.png",
"128": ".\/image\/icon128.png"
},
"manifest_version": 2,
"name": "slack-status",
"options_page": "options.html",
"permissions": [],
"version": "1.0.2",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |