Profilehunt job clipper

Add jobs from any website to track them on a kanban board

Profilehunt job clipperคืออะไร?

Profilehunt job clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://profilehunt.net และคุณลักษณะหลักของมันคือ "Add jobs from any website to track them on a kanban board"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profilehunt job clipper

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

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

                        Profilehunt is a job application organizer. It is a kanban board specifically designed for tracking job applications.
- You can add jobs from a native job board on https://profilehunt.net
- You can also add jobs using this extension from any website after signing in on https://profilehunt.net
- You can see added job applications on https://profilehunt.net/kanban page.
- For each job application you can add notes, contacts, todo items and log events for more structured organization.
- You can also move your job application to status designated for job applications such as to apply, applied etc.                    

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

ชื่อ Profilehunt job clipper Profilehunt job clipper
ID pjjnnapajmkmaghakifeobicdflnpmde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/profilehunt-job-clipper/pjjnnapajmkmaghakifeobicdflnpmde
คำอธิบาย Add jobs from any website to track them on a kanban board
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-06-08
วันที่เผยแพร่ 2021-06-07
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://profilehunt.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://profilehunt.net/job-application-tracker-web-extension
URL หน้าช่วยเหลือ https://profilehunt.net/extension-help
URL หน้านโยบายความเป็นส่วนตัว https://profilehunt.net/pages/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Profilehunt job clipper",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icons\/favicon-16x16.png",
        "32": "assets\/icons\/favicon-32x32.png",
        "57": "assets\/icons\/apple-touch-icon-57x57.png",
        "120": "assets\/icons\/apple-touch-icon-120x120.png"
    },
    "description": "Add jobs from any website to track them on a kanban board",
    "homepage_url": "https:\/\/profilehunt.net",
    "short_name": "Profilehunt job clipper",
    "permissions": [
        "activeTab",
        "*:\/\/profilehunt.net\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "profilehunt",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16x16.png",
            "32": "assets\/icons\/favicon-32x32.png",
            "57": "assets\/icons\/apple-touch-icon-57x57.png",
            "120": "assets\/icons\/apple-touch-icon-120x120.png"
        },
        "default_title": "Profilehunt job clipper",
        "chrome_style": false
    }
}