HR helper

Linkedin private notes

HR helper là gì?

HR helper là một tiện ích mở rộng Chrome được phát triển bởi RomanistHere, và tính năng chính của nó là "Linkedin private notes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HR helper

Tải xuống các tệp mở rộng HR helper 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

                        Testing stage. Free and open-source. 

Available right now:
- mark profile
- add note to profile
- quick editable answers in the messages thread
- search within saved and marked profiles
- save with Ctrl + Enter

Future plans:
- synchronization between all the users in your company (paid option)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HR helper HR helper
ID legoehlgnimpdcopbolhlgcfhanhmckh
URL Chính Thức https://chromewebstore.google.com/detail/hr-helper/legoehlgnimpdcopbolhlgcfhanhmckh
Mô tả Linkedin private notes
Kích Thước Tệp 29.24 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.1.16
Cập Nhật Lần Cuối 2020-12-29
Ngày Phát Hành 2020-11-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển RomanistHere
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://romanisthere.github.io/apps/policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HR helper",
    "short_name": "HR helper - Linkedin\u2122 private notes",
    "version": "0.1.16",
    "description": "Linkedin private notes",
    "permissions": [
        "https:\/\/www.linkedin.com\/*",
        "storage",
        "unlimitedStorage",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "js": [
                "messages\/messages.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background\/background.html"
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "HR-helper - Click to open",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}