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
官方網址 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"
    }
}