Topface. Meeting is easy.

Extension for Topface new messages notifications.

Topface. Meeting is easy.คืออะไร?

Topface. Meeting is easy. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://topface.com และคุณลักษณะหลักของมันคือ "Extension for Topface new messages notifications."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Topface. Meeting is easy.

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

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

                        Extension for Topface new messages notifications.                    

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

ชื่อ Topface. Meeting is easy. Topface. Meeting is easy.
ID hppaelnlbojhnjbjcdoaddedbnbaiocf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/topface-meeting-is-easy/hppaelnlbojhnjbjcdoaddedbnbaiocf
คำอธิบาย Extension for Topface new messages notifications.
ขนาดไฟล์ 49.02 KB
จำนวนการติดตั้ง 758
เวอร์ชันปัจจุบัน 2.0.8
อัปเดตครั้งล่าสุด 2014-10-15
วันที่เผยแพร่ 2014-10-15
คะแนน 4.06/5 รวมทั้งหมด 1186 คะแนน
ผู้พัฒนา http://topface.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://topface.com
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_buttonName__",
    "version": "2.0.8",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "notifications",
        "*:\/\/*.topface.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png",
        "gift": "gift.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_buttonName__",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "128.png",
        "icon.png",
        "gift.png"
    ]
}