LinkedIn Notification Alert

Notifies you when you have messages or alerts in LinkedIn.

LinkedIn Notification Alertคืออะไร?

LinkedIn Notification Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sarvesh.bathija และคุณลักษณะหลักของมันคือ "Notifies you when you have messages or alerts in LinkedIn."

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

screenshot

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

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

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

                        Notifies you when you have messages or alerts in LinkedIn.                    

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

ชื่อ LinkedIn Notification Alert LinkedIn Notification Alert
ID plkpnholoolffdomeibjelajhlofndfk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-notification-ale/plkpnholoolffdomeibjelajhlofndfk
คำอธิบาย Notifies you when you have messages or alerts in LinkedIn.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2014-04-23
วันที่เผยแพร่ 2014-04-23
คะแนน 4.10/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา sarvesh.bathija
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Notification Alert",
    "version": "1.8",
    "manifest_version": 2,
    "description": "Notifies you when you have messages or alerts in LinkedIn.",
    "browser_action": {
        "default_icon": "linkedin-32x32.png"
    },
    "icons": {
        "128": "linkedin-128x128.png",
        "16": "linkedin-16x16.png",
        "32": "linkedin-32x32.png",
        "48": "linkedin-48x48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/www.linkedin.com\/",
        "storage"
    ]
}