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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}