InNote

Keep Notes on your LinkedIn Contacts!

Τι είναι το InNote;

Το InNote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dave M., και η κύρια λειτουργία του είναι "Keep Notes on your LinkedIn Contacts!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης InNote

Λήψη αρχείων επέκτασης InNote σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα InNote InNote
ID hlcacjemfkafedpaaeehmaingffojhhk
Επίσημο URL https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk
Περιγραφή Keep Notes on your LinkedIn Contacts!
Μέγεθος Αρχείου 74.51 KB
Αριθμός Εγκαταστάσεων 54
Τρέχουσα Έκδοση 0.1.0.0
Τελευταία Ενημέρωση 2018-12-28
Ημερομηνία Δημοσίευσης 2018-12-28
Προγραμματιστής Dave M.
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/
Υποστηριζόμενες Γλώσσες 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"
    }
}