Swell

Swell Notifications

ما هو Swell؟

Swell هو إضافة Chrome تم تطويرها بواسطة Swell، والميزة الرئيسية لها هي "Swell Notifications".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Swell

قم بتنزيل ملفات الامتداد Swell بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://platform.swellcx.com
عنوان صفحة سياسة الخصوصية 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
}