EasyJobs - Autofill job applications
Your one-click solution to job applications. Powered by AI.
什麼是EasyJobs - Autofill job applications?
EasyJobs - Autofill job applications是由https://easyjobs.so開發的Chrome擴展程式,該擴展的主要功能是“Your one-click solution to job applications. Powered by AI.”。
擴展截圖
下載EasyJobs - Autofill job applications擴展crx文件
下載EasyJobs - Autofill job applications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of filling out job applications by hand? EasyJobs is a one-click solution to job applications. Tell us your backgrounds such as education and work experience, and this Chrome extension will automatically fill job application forms for you. 擴展基本資訊
| 名稱 | |
| ID | bgadbfbglghghbbiaifneokpapebncmk |
| 官方網址 | https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk |
| 簡介 | Your one-click solution to job applications. Powered by AI. |
| 檔案大小 | 516 KB |
| 安裝次數 | 7,250 |
| 目前版本 | 0.3.7 |
| 更新時間 | 2022-09-16 |
| 上架時間 | 2021-12-29 |
| 評分 | 3.77/5 共 47 次評分 |
| 開發者 | https://easyjobs.so |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://easyjobs.so/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EasyJobs - Autofill job applications",
"description": "Your one-click solution to job applications. Powered by AI.",
"version": "0.3.7",
"manifest_version": 3,
"icons": {
"128": "assets\/icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"*.css"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"permissions": [
"scripting",
"webNavigation"
],
"host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"action": {
"default_title": "Open Dashboard",
"default_popup": "popup\/test.html"
}
} | |