InNote

Keep Notes on your LinkedIn Contacts!

什么是InNote?

InNote是由Dave M.开发的Chrome扩展程序,该扩展的主要功能是“Keep Notes on your LinkedIn Contacts!”。

扩展截图

screenshot

下载InNote扩展crx文件

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

扩展使用说明

                        inNote provides you with a quick and simple to enter notes against Linkedin Contacts and Companies.  

This plugin is meant for disposable quick reference notes. All data is stored on your local computer using Chrome Storage. Unfortunately, there is no easy way to backup Chrome Storage. Use at your own risk.

This plugin does not need access to your Linkedin account. Notes are tied to the Contact and Company Linkedin URLs. (So the plugin will ask for access to your Browser history).                    

扩展基本信息

名称 InNote InNote
ID hlcacjemfkafedpaaeehmaingffojhhk
官方URL https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk
简介 Keep Notes on your LinkedIn Contacts!
文件大小 74.51 KB
安装次数 54
当前版本 0.1.0.0
更新时间 2018-12-28
上架时间 2018-12-28
开发者 Dave M.
付费类型 free
扩展官网 https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InNote",
    "short_name": "InNote",
    "version": "0.1.0.0",
    "description": "Keep Notes on your LinkedIn Contacts!",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/img16.png",
            "32": "images\/img32.png"
        }
    },
    "icons": {
        "16": "images\/img16.png",
        "32": "images\/img32.png"
    }
}