WebExtension.net
WebExtension.net

LinkedIn Extension

View on Chrome Web Store
View LinkedIn Extension Chrome Extension on Chrome Web Store
4.3 (368 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension lights up with a new notification count whenever you have new activity waiting for you at LinkedIn.
Type
Extension
Users
400,000 users
LinkedIn
View author page of LinkedIn
Published
Published on March 24, 2017
Version 1.32
Manifest version
2
Updated
Updated on July 12, 2022
View on Chrome Web Store
View LinkedIn Extension Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Extension",
    "description": "This extension lights up with a new notification count whenever you have new activity waiting for you at LinkedIn.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "li-icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/platform.linkedin.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "li-icon16.png",
            "19": "li-icon19.png",
            "32": "li-icon32.png",
            "38": "li-icon38.png"
        }
    },
    "permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "version": "1.32"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top