LinkedIn Notification Remover

This extension will remove the 'We found new people in your network' notification from LinkedIn

LinkedIn Notification Removerคืออะไร?

LinkedIn Notification Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Little Big Rocket และคุณลักษณะหลักของมันคือ "This extension will remove the 'We found new people in your network' notification from LinkedIn"

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

screenshot

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

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

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

                        This extension runs quietly in the background of your browser and removes the red number (notification for "We found new people in your network") on the top left navigation on LinkedIn. If you find that notification to be annoying, then this extension is for you. Install/enable it and that's it, no further action needed.                    

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

ชื่อ LinkedIn Notification Remover LinkedIn Notification Remover
ID ebdaifcninhnhdecfkpapkccbhiahjgi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi
คำอธิบาย This extension will remove the 'We found new people in your network' notification from LinkedIn
ขนาดไฟล์ 11.41 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-10-31
วันที่เผยแพร่ 2016-10-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Little Big Rocket
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Notification Remover",
    "description": "This extension will remove the 'We found new people in your network' notification from LinkedIn",
    "version": "1.0.2",
    "content_scripts": [
        {
            "js": [
                "linover.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}