InNote
Keep Notes on your LinkedIn Contacts!
Was ist InNote?
InNote ist eine Chrome-Erweiterung, die von Dave M. entwickelt wurde, und ihr Hauptmerkmal ist "Keep Notes on your LinkedIn Contacts!".
Erweiterungsscreenshots
InNote-Erweiterungs-CRX-Datei herunterladen
Laden Sie InNote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | InNote |
ID | hlcacjemfkafedpaaeehmaingffojhhk |
Offizielle URL | https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk |
Beschreibung | Keep Notes on your LinkedIn Contacts! |
Dateigröße | 74.51 KB |
Installationsanzahl | 54 |
Aktuelle Version | 0.1.0.0 |
Letztes Update | 2018-12-28 |
Veröffentlichungsdatum | 2018-12-28 |
Entwickler | Dave M. |
Zahlungsart | free |
Erweiterungswebsite | https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/ |
Unterstützte Sprachen | 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" } } |