InNote

Keep Notes on your LinkedIn Contacts!

Qu'est-ce que InNote ?

InNote est une extension Chrome développée par Dave M., et sa fonction principale est "Keep Notes on your LinkedIn Contacts!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension InNote

Téléchargez les fichiers d'extension InNote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom InNote InNote
ID hlcacjemfkafedpaaeehmaingffojhhk
URL Officiel https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk
Description Keep Notes on your LinkedIn Contacts!
Taille du Fichier 74.51 KB
Nombre d'Installations 54
Version Actuelle 0.1.0.0
Dernière Mise à Jour 2018-12-28
Date de Publication 2018-12-28
Développeur Dave M.
Type de Paiement free
Site Web de l'Extension https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/
Langues Prises en Charge 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"
    }
}