Swell

Swell Notifications

Swell란 무엇입니까?

Swell은(는) Swell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Swell Notifications"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Swell 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Swell Swell
ID kibcamhgdmenhpbfnkbgjnnamhmfgknk
공식 URL https://chromewebstore.google.com/detail/swell/kibcamhgdmenhpbfnkbgjnnamhmfgknk
설명 Swell Notifications
파일 크기 133 KB
설치 횟수 7,000
현재 버전 2.0.0
최근 업데이트 2021-01-14
출시 날짜 2020-10-14
평점 5.00/5 총 2 개의 평점
개발자 Swell
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://platform.swellcx.com
도움말 페이지 URL https://platform.swellcx.com
개인정보 보호 정책 페이지 URL https://assets.website-files.com/5eb19fb2886aacc5bac93ae2/5eb19fb2886aac538bc93bbe_Swell_PDF_Privacy%20Policy_Q1%202020.pdf
지원되는 언어 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
}