Open Slack in Browser, not App
Open Slack in Browser, not App
Open Slack in Browser, not App क्या है?
Open Slack in Browser, not App yume द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open Slack in Browser, not App"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Slack in Browser, not App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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を開くことなくブラウザのままリンクに飛ぶようにするだけのシンプルな拡張機能です。
एक्सटेंशन की मूल जानकारी
नाम | Open Slack in Browser, not App |
ID | jkgehijlkoolgcjifalbiicaomkngakb |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-slack-in-browser-not/jkgehijlkoolgcjifalbiicaomkngakb |
विवरण | Open Slack in Browser, not App |
फ़ाइल का आकार | 17.19 KB |
स्थापना संख्या | 1,832 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-03-20 |
प्रकाशन तिथि | 2019-06-05 |
रेटिंग | 5.00/5 कुल 10 रेटिंग्स |
डेवलपर | yume |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |