InNote
Keep Notes on your LinkedIn Contacts!
InNote란 무엇입니까?
InNote은(는) Dave M.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep Notes on your LinkedIn Contacts!"입니다.
확장 프로그램 스크린샷
InNote 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |