LinkedIn notes

LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…

LinkedIn notes란 무엇입니까?

LinkedIn notes은(는) Useful Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…"입니다.

확장 프로그램 스크린샷

screenshot

LinkedIn notes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        LinkedIn® Notes is a Chrome Extension for the New Tab.

This extension changes your existing new tab page and provides the features below:
- Clean Tab Look
- Enables you to take notes and search as you browse through LinkedIn® profiles
- Summarizes all notes on your new tab
 
This extension is free to download from the Chrome Web store.

By clicking "Add to Chrome", you accept and agree to install "LinkedIn® Notes" and set your New Tab search to www.yahoo.com as provided by the service under Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.

Terms of Service:
http://unico.news/terms.pdf

Privacy Policy:
http://unico.news/privacypolicy.pdf

Contact Us:
http://unico.news/#contactus                    

확장 프로그램 기본 정보

이름 LinkedIn notes LinkedIn notes
ID pfgjenpimkncfhbgenkidcnigagibdpg
공식 URL https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg
설명 LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
파일 크기 969 KB
설치 횟수 13
현재 버전 1.0.7
최근 업데이트 2020-11-29
출시 날짜 2020-09-07
개발자 Useful Extensions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.linkedinnotes.com/
개인정보 보호 정책 페이지 URL http://unico.news/privacypolicy.pdf
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn notes",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/linkedin.com\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "linkedIn.html",
        "bg.svg"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}