Easy Note Taking for LinkedIn

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

Co je Easy Note Taking for LinkedIn?

Easy Note Taking for LinkedIn je rozšíření Chrome vyvinuté https://igodev.com, a jeho hlavní funkcí je „This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Easy Note Taking for LinkedIn

Stáhněte si soubory rozšíření Easy Note Taking for LinkedIn ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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. 🔒                    

Základní Informace o Rozšíření

Název Easy Note Taking for LinkedIn Easy Note Taking for LinkedIn
ID acmbfggokaabfndehodmoekhccfnphel
Oficiální URL https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel
Popis This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
Velikost souboru 1.51 MB
Počet instalací 196
Aktuální Verze 0.0.3
Poslední Aktualizace 2021-10-25
Datum Vydání 2021-01-18
Hodnocení 4.71/5 Celkem 7 Hodnocení
Vývojář https://igodev.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://igodev.com/private-notes-for-linkedin/
URL Stránky Nápovědy https://igodev.com/private-notes-for-linkedin/
Podporované Jazyky 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"
    }
}