Job Panel

Vacancies for linkedin.com, facebook.com, github.com, hh.ru, superjob.ru

Job Panelคืออะไร?

Job Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mikhail.angelov และคุณลักษณะหลักของมันคือ "Vacancies for linkedin.com, facebook.com, github.com, hh.ru, superjob.ru"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Job Panel

ดาวน์โหลดไฟล์ส่วนขยาย Job Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "Vacancy for network"
*for recruiters and job seekers 

"Vacancy for network"
gives you ability to publish vacancies in the field of view in all job sites and social networks (LinkedIn, Facebook, GitHub, hh.ru, superjob.ru and others). provides access for LinkedIn users in Russia

SIMPLE INTEGRATION WITH SOCIAL NETWORKING

A user of social networks and work sites can post a vacancy without affecting hosted site. This vacancy will be available to all users who use our application " Vacancy for network". You can apply to a vacancy in one click with your social network profile or resume. The uniqueness of the application is that the recruiter can record an audio message to candidates. This makes communication even more lively.

ENHANCE ACTIVE PARTICIPATION

The user needs to download the application "Vacancy for the network". You can get to work! The application does not require registration, does not collect personal data, respecting the right of protection to privacy

EASY JOB PLACEMENT

The app works in a simple browser window, so you can take it and use it on any social network or work site. The design focuses on the architecture in 1 click. The user can disable the app or delete it from the Google browser at any time. "Vacancy for network" works in all environments: Windows, iOS, Android and Linux, in which the Google browser is installed                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Job Panel Job Panel
ID nbgibpcboobemklhkodfpjiojjfmedie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/job-panel/nbgibpcboobemklhkodfpjiojjfmedie
คำอธิบาย Vacancies for linkedin.com, facebook.com, github.com, hh.ru, superjob.ru
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 648
เวอร์ชันปัจจุบัน 11
อัปเดตครั้งล่าสุด 2022-09-08
วันที่เผยแพร่ 2021-03-01
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา mikhail.angelov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Job Panel",
    "author": "Yat co",
    "version": "11",
    "short_name": "Vacancy for Network",
    "background": {
        "service_worker": "wsBackground.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/app19.png",
            "38": "images\/app38.png"
        },
        "default_title": "Job Panel",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "app.css"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Vacancies for linkedin.com, facebook.com, github.com, hh.ru, superjob.ru",
    "icons": {
        "128": "images\/app128.png",
        "16": "images\/app16.png",
        "48": "images\/app48.png"
    },
    "permissions": [
        "proxy",
        "browsingData",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/job-panel.com\/",
        "http:\/\/linkedin.com\/healthz"
    ]
}