Offerland: Autofill and Track your jobs

Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…

什麼是Offerland: Autofill and Track your jobs?

Offerland: Autofill and Track your jobs是由https://offerland.ai開發的Chrome擴展程式,該擴展的主要功能是“Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…”。

擴展截圖

screenshot
screenshot
screenshot

下載Offerland: Autofill and Track your jobs擴展crx文件

下載Offerland: Autofill and Track your jobs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Offerland is making job search easier than ever...

🤖 Autofill Job Applications
Autofill feature makes you 10x your productivity! no more wasting time on filling out the same applications.
- Download Offerland extension
- Create an application profile by uploading your resume
- Fill any job application with 1 click using offerland extension
- 💯 Accuracy guaranteed

📝 Autotrack Job Opportunities
Managing and tracking all job opportunities in one place! Offerland's autotracking free you from copying and pasting.
-  1 click save job opportunities using Offerland extension
-  Update and track job status as you progress
-  Save company, job title, job URL, location, add note and set interview reminders
-  Personalize to-dos to capture ideas, goals, and daily tasks

Join thousands of college students & new-grads on our platform who have submitted over 200,000+ job applications with Offerland. 😎                    

擴展基本資訊

名稱 Offerland: Autofill and Track your jobs Offerland: Autofill and Track your jobs
ID cgneenbonfipejfincfoeljokamigfae
官方網址 https://chromewebstore.google.com/detail/offerland-autofill-and-tr/cgneenbonfipejfincfoeljokamigfae
簡介 Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…
檔案大小 2.21 MB
安裝次數 1,730
目前版本 1.1.7
更新時間 2023-12-18
上架時間 2020-12-17
評分 4.38/5 共 13 次評分
開發者 https://offerland.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.offerland.ai
隱私政策頁面URL https://home.offerland.ai/privacy-terms
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "OfferLand",
    "name": "Offerland: Autofill and Track your jobs",
    "version": "1.1.7",
    "manifest_version": 2,
    "browser_action": [],
    "background": {
        "scripts": [
            "hot-reload.js",
            "\/static\/js\/background.js"
        ]
    },
    "icons": {
        "16": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.offerland.ai\/",
                "https:\/\/www.offerland.ai\/dashboard\/*",
                "https:\/\/www.offerland.ai\/profile\/*",
                "https:\/\/www.offerland.ai\/login",
                "https:\/\/www.offerland.ai\/ai-cv-builder",
                "https:\/\/www.offerland.ai\/job-board\/*",
                "https:\/\/www.offerland.ai\/template",
                "https:\/\/www.offerland.ai\/homepage",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/dashboard\/*",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/profile\/*",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/login",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/ai-cv-builder\/",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/job-board\/*",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/homepage",
                "https:\/\/offerland-dev.us-east-2.elasticbeanstalk.com\/template"
            ],
            "run_at": "document_end",
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/2.chunk.js",
                "\/static\/js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "cookies",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}