OctoHR

OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…

ما هو OctoHR؟

OctoHR هو إضافة Chrome تم تطويرها بواسطة https://octohr.info، والميزة الرئيسية لها هي "OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة OctoHR

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

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

                        OctoHR - GitHub profile pages for Recruiters.

Helps recruiters to get more information about developers.
Simplifies search for the new candidates in GitHub.                    

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

الاسم OctoHR OctoHR
ID beiklbdjdmfkgchmiabjejdlpaoicbef
عنوان URL الرسمي https://chromewebstore.google.com/detail/octohr/beiklbdjdmfkgchmiabjejdlpaoicbef
الوصف OctoHR - GitHub profile pages for Recruiters. Helps recruiters to get more information about developers. Simplifies search for the…
حجم الملف 1.08 MB
عدد التثبيتات 12,811
النسخة الحالية 1.6.0
آخر تحديث 2022-12-09
تاريخ النشر 2020-06-22
تقييم 4.11/5 مجموع تقييمات 18
المطور https://octohr.info
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://octohr.info/
عنوان صفحة المساعدة https://github.com/OctoHR/Support
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OctoHR",
    "version": "1.6.0",
    "web_accessible_resources": [
        "options\/index.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "app\/main.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/github.com\/",
        "https:\/\/api.github.com\/"
    ],
    "icons": {
        "128": "icon128.png"
    }
}