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
Eメール [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"
    }
}