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"
    }
}