Open Slack in Browser, not App

Open Slack in Browser, not App

Open Slack in Browser, not App là gì?

Open Slack in Browser, not App là một tiện ích mở rộng Chrome được phát triển bởi yume, và tính năng chính của nó là "Open Slack in Browser, not App".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open Slack in Browser, not App

Tải xuống các tệp mở rộng Open Slack in Browser, not App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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を開くことなくブラウザのままリンクに飛ぶようにするだけのシンプルな拡張機能です。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open Slack in Browser, not App Open Slack in Browser, not App
ID jkgehijlkoolgcjifalbiicaomkngakb
URL Chính Thức https://chromewebstore.google.com/detail/open-slack-in-browser-not/jkgehijlkoolgcjifalbiicaomkngakb
Mô tả Open Slack in Browser, not App
Kích Thước Tệp 17.19 KB
Số Lần Cài Đặt 1,832
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-03-20
Ngày Phát Hành 2019-06-05
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển yume
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}