slack-status

Change your Slack status.

Cos'è slack-status?

slack-status è un'estensione di Chrome sviluppata da braitom, e la sua funzione principale è "Change your Slack status.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione slack-status

Scarica i file di estensione slack-status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome slack-status slack-status
ID hfcoofmkdafpgfdcbokphafoefgecloo
URL Ufficiale https://chromewebstore.google.com/detail/slack-status/hfcoofmkdafpgfdcbokphafoefgecloo
Descrizione Change your Slack status.
Dimensione del File 227 KB
Conteggio Installazioni 64
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-04-16
Data di Pubblicazione 2017-04-16
Sviluppatore braitom
Tipo di Pagamento free
Lingue Supportate 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'"
}