InNote
Keep Notes on your LinkedIn Contacts!
Vad är InNote?
InNote är en Chrome-tillägg utvecklad av Dave M., och dess huvudfunktion är "Keep Notes on your LinkedIn Contacts!".
Tilläggsskärmbilder
Ladda ner InNote-förlängningens CRX-fil
Ladda ner InNote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | InNote |
ID | hlcacjemfkafedpaaeehmaingffojhhk |
Officiell webbadress | https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk |
Beskrivning | Keep Notes on your LinkedIn Contacts! |
Filstorlek | 74.51 KB |
Antal Installationer | 54 |
Aktuell Version | 0.1.0.0 |
Senast Uppdaterad | 2018-12-28 |
Publiceringsdatum | 2018-12-28 |
Utvecklare | Dave M. |
Betalningssätt | free |
Tilläggswebbplats | https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/ |
Stödda Språk | 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" } } |