Recruit Wizard

Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.

Recruit Wizardคืออะไร?

Recruit Wizard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recruitwizard.com และคุณลักษณะหลักของมันคือ "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard."

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

screenshot
screenshot
screenshot

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

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

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

                        Recruit Wizard's Chrome Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.                    

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

ชื่อ Recruit Wizard Recruit Wizard
ID lmfchgkcgflmhcjgnoldbabhlfahfagi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recruit-wizard/lmfchgkcgflmhcjgnoldbabhlfahfagi
คำอธิบาย Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.
ขนาดไฟล์ 313 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 3.3.0
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2020-06-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://recruitwizard.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://recruitwizard.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recruit Wizard",
    "version": "3.3.0",
    "manifest_version": 2,
    "description": "Recruit Wizard's Browser Extension lets you easily link profiles from common social media sites to a record in Recruit Wizard.",
    "icons": {
        "128": "RecruitWizardIcon.png"
    },
    "page_action": {
        "default_icon": "RecruitWizardIcon.png",
        "default_popup": "index.html",
        "default_title": "Recruit Wizard"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "contextMenus",
        "https:\/\/*.recruitwizard.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "http:\/\/*.linkedin.com\/*",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ]
}