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