Open Slack in Browser, not App
Open Slack in Browser, not App
Qu'est-ce que Open Slack in Browser, not App ?
Open Slack in Browser, not App est une extension Chrome développée par yume, et sa fonction principale est "Open Slack in Browser, not App".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open Slack in Browser, not App
Téléchargez les fichiers d'extension Open Slack in Browser, not App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension automatically redirect to the slack link with your browser, not open slack app. Nothing more, nothing less. You don't have to download and install slack app in your machine once you install this extension. You can continue to use slack through a Chrome browser. If you are feeling irritated with "Opening link in Slack... You will be redirected in a few moments. Don't have the app yet? Download Slack for Desktop Or, you can open this link in your browser" No more getting annoyed. You don't need to install Slack App. スラックのリンクをブラウザで開くとappを開こうとしてきます。 このextensionはappを開くことなくブラウザのままリンクに飛ぶようにするだけのシンプルな拡張機能です。
Informations de Base sur l'Extension
Nom | Open Slack in Browser, not App |
ID | jkgehijlkoolgcjifalbiicaomkngakb |
URL Officiel | https://chromewebstore.google.com/detail/open-slack-in-browser-not/jkgehijlkoolgcjifalbiicaomkngakb |
Description | Open Slack in Browser, not App |
Taille du Fichier | 17.19 KB |
Nombre d'Installations | 1,832 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-03-20 |
Date de Publication | 2019-06-05 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | yume |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*.slack.com\/archives\/*", "https:\/\/*.slack.com\/archives\/*" ] } ], "description": "Open Slack in Browser, not App", "icons": { "128": "icons\/icon.png", "16": "icons\/icon.png", "48": "icons\/icon.png" }, "manifest_version": 3, "name": "Open Slack in Browser, not App", "version": "1.0.2" } |