LinkedIn notes

LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…

什么是LinkedIn notes?

LinkedIn notes是由Useful Extensions开发的Chrome扩展程序,该扩展的主要功能是“LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…”。

扩展截图

screenshot

下载LinkedIn notes扩展crx文件

下载LinkedIn notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        LinkedIn® Notes is a Chrome Extension for the New Tab.

This extension changes your existing new tab page and provides the features below:
- Clean Tab Look
- Enables you to take notes and search as you browse through LinkedIn® profiles
- Summarizes all notes on your new tab
 
This extension is free to download from the Chrome Web store.

By clicking "Add to Chrome", you accept and agree to install "LinkedIn® Notes" and set your New Tab search to www.yahoo.com as provided by the service under Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.

Terms of Service:
http://unico.news/terms.pdf

Privacy Policy:
http://unico.news/privacypolicy.pdf

Contact Us:
http://unico.news/#contactus                    

扩展基本信息

名称 LinkedIn notes LinkedIn notes
ID pfgjenpimkncfhbgenkidcnigagibdpg
官方URL https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg
简介 LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
文件大小 969 KB
安装次数 13
当前版本 1.0.7
更新时间 2020-11-29
上架时间 2020-09-07
开发者 Useful Extensions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.linkedinnotes.com/
隐私政策页面URL http://unico.news/privacypolicy.pdf
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn notes",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/linkedin.com\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "linkedIn.html",
        "bg.svg"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}