InNote
Keep Notes on your LinkedIn Contacts!
Hvad er InNote?
InNote er en Chrome-udvidelse udviklet af Dave M., og dens hovedfunktion er "Keep Notes on your LinkedIn Contacts!".
Udvidelsesskærmbilleder
Download InNote-udvidelses-CRX-fil
Download InNote-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | InNote |
ID | hlcacjemfkafedpaaeehmaingffojhhk |
Officiel URL | https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk |
Beskrivelse | Keep Notes on your LinkedIn Contacts! |
Filstørrelse | 74.51 KB |
Antal Installationer | 54 |
Nuværende Version | 0.1.0.0 |
Senest Opdateret | 2018-12-28 |
Udgivelsesdato | 2018-12-28 |
Udvikler | Dave M. |
Betalingsmetode | free |
Udvidelseswebsted | https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/ |
Understøttede Sprog | 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" } } |