InNote
Keep Notes on your LinkedIn Contacts!
InNote là gì?
InNote là một tiện ích mở rộng Chrome được phát triển bởi Dave M., và tính năng chính của nó là "Keep Notes on your LinkedIn Contacts!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng InNote
Tải xuống các tệp mở rộng InNote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | InNote |
ID | hlcacjemfkafedpaaeehmaingffojhhk |
URL Chính Thức | https://chromewebstore.google.com/detail/innote/hlcacjemfkafedpaaeehmaingffojhhk |
Mô tả | Keep Notes on your LinkedIn Contacts! |
Kích Thước Tệp | 74.51 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 0.1.0.0 |
Cập Nhật Lần Cuối | 2018-12-28 |
Ngày Phát Hành | 2018-12-28 |
Nhà Phát Triển | Dave M. |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkedin.com/pulse/innote-keep-notes-your-linkedin-contacts-building-chrome-masri/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |