RecruiterHunt New Tab Page (Beta)

For recruiters -- new collections, resources, and jobs on every new tab!

RecruiterHunt New Tab Page (Beta)คืออะไร?

RecruiterHunt New Tab Page (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cuyler Stuwe และคุณลักษณะหลักของมันคือ "For recruiters -- new collections, resources, and jobs on every new tab!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RecruiterHunt New Tab Page (Beta)

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

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

                        For recruiters:

Replace your "new tab" page with fresh content from RecruiterHunt! New collections, resources, and jobs on every new tab!

This extension fetches the latest information from RecruiterHunt's website, along with some manually-curated relevant content, in the background in intervals.                    

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

ชื่อ RecruiterHunt New Tab Page (Beta) RecruiterHunt New Tab Page (Beta)
ID jdojhcokhpkdijmhpdgfmkbflaokjmgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recruiterhunt-new-tab-pag/jdojhcokhpkdijmhpdgfmkbflaokjmgn
คำอธิบาย For recruiters -- new collections, resources, and jobs on every new tab!
ขนาดไฟล์ 144 KB
จำนวนการติดตั้ง 736
เวอร์ชันปัจจุบัน 1.1.9
อัปเดตครั้งล่าสุด 2020-09-15
วันที่เผยแพร่ 2020-05-24
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Cuyler Stuwe
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RecruiterHunt New Tab Page (Beta)",
    "description": "For recruiters -- new collections, resources, and jobs on every new tab!",
    "version": "1.1.9",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "RecruiterHunt New Tab Page (Beta)",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "*:\/\/recruiterhunt.com\/*",
        "https:\/\/x9juo2rjb6.execute-api.us-east-1.amazonaws.com\/dev\/access",
        "https:\/\/83bjx4lk47.execute-api.us-east-1.amazonaws.com\/dev\/access"
    ]
}