LinkedIn Notification Remover
This extension will remove the 'We found new people in your network' notification from LinkedIn
LinkedIn Notification Removerとは何ですか?
LinkedIn Notification RemoverはLittle Big Rocketによって開発されたChromeの拡張機能で、その主な機能は「This extension will remove the 'We found new people in your network' notification from LinkedIn」です。
拡張機能のスクリーンショット
LinkedIn Notification Remover拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |