Pathrise Career Connect
Automate your outreach and track all of your applications in one place.
什麼是Pathrise Career Connect?
Pathrise Career Connect是由Pathrise開發的Chrome擴展程式,該擴展的主要功能是“Automate your outreach and track all of your applications in one place.”。
擴展截圖
下載Pathrise Career Connect擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | ecncahfgpjboifohdafldhcgenjlfnfl |
官方網址 | 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": [ " |