My Slack Workspaces

Easily access multiple slack workspaces from your browser.

Wat is My Slack Workspaces?

My Slack Workspaces is een Chrome-extensie ontwikkeld door https://msramalho.github.io, en de belangrijkste functie is "Easily access multiple slack workspaces from your browser.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie My Slack Workspaces

Download My Slack Workspaces-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 simple browser extension to easily access multiple slack workspaces.

Available on Chrome webstore and Firefox addons                    

Basisinformatie over de Extensie

Naam My Slack Workspaces My Slack Workspaces
ID gbpffheebbifdigfogmodlfidmekacnd
Officiële URL https://chromewebstore.google.com/detail/my-slack-workspaces/gbpffheebbifdigfogmodlfidmekacnd
Beschrijving Easily access multiple slack workspaces from your browser.
Bestandsgrootte 45.85 KB
Aantal Installaties 320
Huidige Versie 1.0.4
Laatst Bijgewerkt 2020-09-12
Publicatiedatum 2020-01-12
Ontwikkelaar https://msramalho.github.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/msramalho/my-slack-workspaces
Help Pagina-URL https://github.com/msramalho/my-slack-workspaces/issues
URL van de Privacybeleid Pagina https://github.com/msramalho/SigTools/blob/master/privacy_policy.md
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Slack Workspaces",
    "short_name": "My Slack Workspaces",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Easily access multiple slack workspaces from your browser.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "*:\/\/slack.com\/your-workspaces*",
        "*:\/\/app.slack.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/slack.com\/your-workspaces*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "My Slack Workspaces",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/livereload.js"
        ]
    }
}