Easy Note Taking for LinkedIn

This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.

什么是Easy Note Taking for LinkedIn?

Easy Note Taking for LinkedIn是由https://igodev.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Easy Note Taking for LinkedIn扩展crx文件

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

扩展使用说明

                        This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. 
You can also access these notes when you are messaging to someone on LinkedIn. 
All notes are securely stored in Google Chrome Sync Storage. 
This Extension does not transmit data to any 3rd party. 🔒                    

扩展基本信息

名称 Easy Note Taking for LinkedIn Easy Note Taking for LinkedIn
ID acmbfggokaabfndehodmoekhccfnphel
官方URL https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel
简介 This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
文件大小 1.51 MB
安装次数 196
当前版本 0.0.3
更新时间 2021-10-25
上架时间 2021-01-18
评分 4.71/5 共7次评分
开发者 https://igodev.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://igodev.com/private-notes-for-linkedin/
帮助页面URL https://igodev.com/private-notes-for-linkedin/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Note Taking for LinkedIn",
    "version": "0.0.3",
    "description": "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.",
    "permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/linkedin.com\/*",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "dist\/*.js",
        "dist\/*.map.js"
    ],
    "background": {
        "scripts": [
            "dist\/bundle-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "js": [
                "dist\/bundle-notes.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}