Easy Note Taking for LinkedIn

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

Cos'è Easy Note Taking for LinkedIn?

Easy Note Taking for LinkedIn è un'estensione di Chrome sviluppata da https://igodev.com, e la sua funzione principale è "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Easy Note Taking for LinkedIn

Scarica i file di estensione Easy Note Taking for LinkedIn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Easy Note Taking for LinkedIn Easy Note Taking for LinkedIn
ID acmbfggokaabfndehodmoekhccfnphel
URL Ufficiale https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel
Descrizione This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
Dimensione del File 1.51 MB
Conteggio Installazioni 196
Versione Corrente 0.0.3
Ultimo Aggiornamento 2021-10-25
Data di Pubblicazione 2021-01-18
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore https://igodev.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://igodev.com/private-notes-for-linkedin/
URL della Pagina di Aiuto https://igodev.com/private-notes-for-linkedin/
Lingue Supportate 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"
    }
}