InNote

Keep Notes on your LinkedIn Contacts!

Co je InNote?

InNote je rozšíření Chrome vyvinuté Dave M., a jeho hlavní funkcí je „Keep Notes on your LinkedIn Contacts!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření InNote

Stáhněte si soubory rozšíření InNote 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í

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

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

Název InNote InNote
ID hlcacjemfkafedpaaeehmaingffojhhk
Oficiální URL https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk
Popis Keep Notes on your LinkedIn Contacts!
Velikost souboru 74.51 KB
Počet instalací 54
Aktuální Verze 0.1.0.0
Poslední Aktualizace 2018-12-28
Datum Vydání 2018-12-28
Vývojář Dave M.
Typ Platby free
Webové stránky Rozšíření https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/
Podporované Jazyky 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"
    }
}