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
公式URL 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
Eメール [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\/*"
    ]
}