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 là gì?

Offerland: Autofill and Track your jobs là một tiện ích mở rộng Chrome được phát triển bởi https://offerland.ai, và tính năng chính của nó là "Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Offerland: Autofill and Track your jobs

Tải xuống các tệp mở rộng Offerland: Autofill and Track your jobs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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. 😎                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Offerland: Autofill and Track your jobs Offerland: Autofill and Track your jobs
ID cgneenbonfipejfincfoeljokamigfae
URL Chính Thức https://chromewebstore.google.com/detail/offerland-autofill-and-tr/cgneenbonfipejfincfoeljokamigfae
Mô tả Offerland is making job search easier than ever... 🤖 Autofill Job Applications Autofill feature makes you 10x your productivity!…
Kích Thước Tệp 2.21 MB
Số Lần Cài Đặt 1,730
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2020-12-17
Đánh Giá 4.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://offerland.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.offerland.ai
URL Trang Chính Sách Bảo Mật https://home.offerland.ai/privacy-terms
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}