HR helper

Linkedin private notes

ما هو HR helper؟

HR helper هو إضافة Chrome تم تطويرها بواسطة RomanistHere، والميزة الرئيسية لها هي "Linkedin private notes".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة HR helper

قم بتنزيل ملفات الامتداد HR helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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)                    

معلومات أساسية عن التمديد

الاسم HR helper HR helper
ID legoehlgnimpdcopbolhlgcfhanhmckh
عنوان URL الرسمي https://chromewebstore.google.com/detail/hr-helper/legoehlgnimpdcopbolhlgcfhanhmckh
الوصف Linkedin private notes
حجم الملف 29.24 KB
عدد التثبيتات 28
النسخة الحالية 0.1.16
آخر تحديث 2020-12-29
تاريخ النشر 2020-11-23
تقييم 5.00/5 مجموع تقييمات 2
المطور RomanistHere
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://romanisthere.github.io/apps/policy
اللغات المدعومة 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
}