Rung

Get Rung notifications at any time!

Rungคืออะไร?

Rung เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rung.com.br และคุณลักษณะหลักของมันคือ "Get Rung notifications at any time!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rung

ดาวน์โหลดไฟล์ส่วนขยาย Rung ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enjoy your day - Rung alerts you.

Login with Rung and see how you can save time with real time, smart alerts. The Alerts by Rung delivers information about tickets, accommodations, stock exchanges, real estate, foreign currencies, online store products, and much more. All of this according to your preferences, saving the need to spend hours and hours searching across dozens of sites!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rung Rung
ID kgaphiibalhbgjbpimdblejjpgfhepad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rung/kgaphiibalhbgjbpimdblejjpgfhepad
คำอธิบาย Get Rung notifications at any time!
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2018-04-13
วันที่เผยแพร่ 2018-04-13
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://rung.com.br
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://rung.com.br/contato
ภาษาที่รองรับ en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "observer.min.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.7",
    "author": "Rung ",
    "default_locale": "en",
    "icons": {
        "16": "resources\/rung16.png",
        "48": "resources\/rung128.png",
        "128": "resources\/rung128.png"
    },
    "browser_action": {
        "default_icon": "resources\/rung16.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/widget.intercom.io\/widget\/fw9pakyw https:\/\/js.intercomcdn.com; object-src 'self'"
}