InNote

Keep Notes on your LinkedIn Contacts!

Apa itu InNote?

InNote adalah ekstensi Chrome yang dikembangkan oleh Dave M., dan fitur utamanya adalah "Keep Notes on your LinkedIn Contacts!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi InNote

Unduh file ekstensi InNote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama InNote InNote
ID hlcacjemfkafedpaaeehmaingffojhhk
URL Resmi https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk
Deskripsi Keep Notes on your LinkedIn Contacts!
Ukuran File 74.51 KB
Jumlah Instalasi 54
Versi Saat Ini 0.1.0.0
Terakhir Diperbarui 2018-12-28
Tanggal Publikasi 2018-12-28
Pengembang Dave M.
Tipe Pembayaran free
Situs Ekstensi https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/
Bahasa yang Didukung 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"
    }
}