Pathrise Career Connect

Automate your outreach and track all of your applications in one place.

Pathrise Career Connectคืออะไร?

Pathrise Career Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pathrise และคุณลักษณะหลักของมันคือ "Automate your outreach and track all of your applications in one place."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pathrise Career Connect

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

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

                        Pathrise Career Connect will help 2X+ your interview rates by enabling you to:

1. Find Contacts - Immediately access contact information to reach out to a relevant contact about the role you just applied to and increase your interview rates. You can also plug in your own contact.
2. Generate Content - Auto-generate a custom outreach message that incorporates personalized content from your resume and the JD. Edit any part of the message to make it sound more like you. You can also attach your resume!
3. Auto-Send - Send the outreach with the click of a button through your personal Gmail account. This outreach will also be automatically tracked in your pipeline in the Pathrise platform
4. Track Applications and Outreach - Track any job applications and email/LinkedIn outreach you send that saves directly to your pipeline tracker.                    

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

ชื่อ Pathrise Career Connect Pathrise Career Connect
ID ecncahfgpjboifohdafldhcgenjlfnfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pathrise-career-connect/ecncahfgpjboifohdafldhcgenjlfnfl
คำอธิบาย Automate your outreach and track all of your applications in one place.
ขนาดไฟล์ 2.67 MB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 3.0.5
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-04-30
คะแนน 4.60/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Pathrise
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pathrise.com
URL หน้านโยบายความเป็นส่วนตัว https://www.pathrise.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pathrise Career Connect",
    "description": "Automate your outreach and track all of your applications in one place.",
    "version": "3.0.5",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "webNavigation",
        "webRequest",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/pathrise_logo_16.png",
        "32": "images\/pathrise_logo_32.png",
        "48": "images\/pathrise_logo_48.png",
        "128": "images\/pathrise_logo_128.png"
    },
    "action": {
        "default_title": "Click to open Pathrise Applications Tracker",
        "default_icon": {
            "16": "images\/pathrise_logo_16.png",
            "32": "images\/pathrise_logo_32.png",
            "48": "images\/pathrise_logo_48.png",
            "128": "images\/pathrise_logo_128.png"
        }
    },
    "side_panel": {
        "default_path": "app.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/pathrise.com\/*",
            "https:\/\/fellows.pathrise.com\/*",
            "https:\/\/pathrise-app-demo.herokuapp.com\/*",
            "https:\/\/pathrise-app-staging.herokuapp.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "fonts\/*",
                "images\/*"
            ]
        }
    ]
}