Easy Note Taking for LinkedIn

This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.

Easy Note Taking for LinkedInคืออะไร?

Easy Note Taking for LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://igodev.com และคุณลักษณะหลักของมันคือ "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Note Taking for LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย Easy Note Taking for LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. 
You can also access these notes when you are messaging to someone on LinkedIn. 
All notes are securely stored in Google Chrome Sync Storage. 
This Extension does not transmit data to any 3rd party. 🔒                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Note Taking for LinkedIn Easy Note Taking for LinkedIn
ID acmbfggokaabfndehodmoekhccfnphel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel
คำอธิบาย This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 196
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-10-25
วันที่เผยแพร่ 2021-01-18
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://igodev.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://igodev.com/private-notes-for-linkedin/
URL หน้าช่วยเหลือ https://igodev.com/private-notes-for-linkedin/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Note Taking for LinkedIn",
    "version": "0.0.3",
    "description": "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.",
    "permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/linkedin.com\/*",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "dist\/*.js",
        "dist\/*.map.js"
    ],
    "background": {
        "scripts": [
            "dist\/bundle-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/linkedin.com\/*"
            ],
            "js": [
                "dist\/bundle-notes.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}