Swell

Swell Notifications

Swell क्या है?

Swell Swell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Swell Notifications"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Swell एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}