Swell

Swell Notifications

Swell là gì?

Swell là một tiện ích mở rộng Chrome được phát triển bởi Swell, và tính năng chính của nó là "Swell Notifications".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swell

Tải xuống các tệp mở rộng Swell 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

                        Swell users will receive notifications for new incoming messages, reviews, or team chats to their Swell account. Version 2 includes the option of turning on or off specific notifications, as well as turning on or off the notification bell.                    

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

Tên Swell Swell
ID kibcamhgdmenhpbfnkbgjnnamhmfgknk
URL Chính Thức https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk
Mô tả Swell Notifications
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-01-14
Ngày Phát Hành 2020-10-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Swell
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://platform.swellcx.com
URL Trang Trợ Giúp https://platform.swellcx.com
URL Trang Chính Sách Bảo Mật https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swell",
    "version": "2.0.0",
    "description": "Swell Notifications",
    "icons": {
        "16": "swellcx_logo.png",
        "48": "swellcx_logo.png",
        "128": "swellcx_logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "New Message!",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "swellcx_logo.png",
            "24": "swellcx_logo.png",
            "32": "swellcx_logo.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/platform.swellcx.com\/*",
            "*:\/\/qa.swellcx.com\/*"
        ]
    },
    "manifest_version": 2
}