Job Search Bot (UK, EU and GCC)

Job Search Bot (UK, EU and GCC) - jobround.co.uk

Job Search Bot (UK, EU and GCC)란 무엇입니까?

Job Search Bot (UK, EU and GCC)은(는) https://jobround.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Job Search Bot (UK, EU and GCC) - jobround.co.uk"입니다.

확장 프로그램 스크린샷

screenshot

Job Search Bot (UK, EU and GCC) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Now you do not have to spend hours searching individual job boards, career sites, local newspapers, and corporate sites.

Job Search Bot is your own search bot, it will find all  jobs in London UK, the simplest way to search thousands of jobs from 50+ London job boards, online newspapers, classifieds and employers websites.

To use it, simply type in:
- job description OR
- keywords defining the employment type

- Alerts for new jobs
- Browse job listings
- Updates every 10 minutes

This engine now uses Lucene backed search, you can use words such as `AND`, `OR` and NOT [in capital] to narrow searches. 

Tell me if you like it, please rate it. I will add more features in the near future, if you would like specific feature please let me know.

This is something I build to help me find a job, and I hope it will be useful to others.

Good luck.                    

확장 프로그램 기본 정보

이름 Job Search Bot (UK, EU and GCC) Job Search Bot (UK, EU and GCC)
ID ileddncgjnohjkfdfcecboippjfiebmf
공식 URL https://chromewebstore.google.com/detail/job-search-bot-uk-eu-and/ileddncgjnohjkfdfcecboippjfiebmf
설명 Job Search Bot (UK, EU and GCC) - jobround.co.uk
파일 크기 247 KB
설치 횟수 36
현재 버전 0.21.0
최근 업데이트 2024-02-11
출시 날짜 2020-04-08
평점 5.00/5 총 1 개의 평점
개발자 https://jobround.co.uk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jobround.co.uk
도움말 페이지 URL https://jobround.co.uk
지원되는 언어 en-GB
manifest.json
{
    "author": "[email protected]",
    "background": {
        "service_worker": ".\/js\/job.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16x16.png",
            "32": "img\/icon_32x32.png",
            "48": "img\/icon_48x48.png",
            "50": "img\/icon_50x50.png",
            "128": "img\/icon_128x128.png"
        },
        "default_popup": "html\/jobs.html",
        "default_title": "Job Search Bot (UK, EU and GCC)"
    },
    "content_scripts": [
        {
            "js": [
                "js\/job.js",
                "js\/jquery.min.js",
                "js\/popup.js"
            ],
            "matches": [
                "https:\/\/jobround.co.uk\/service\/*"
            ]
        }
    ],
    "description": "Job Search Bot (UK, EU and GCC) - jobround.co.uk",
    "homepage_url": "https:\/\/jobround.co.uk\/",
    "icons": {
        "16": "img\/icon_16x16.png",
        "32": "img\/icon_32x32.png",
        "48": "img\/icon_48x48.png",
        "50": "img\/icon_50x50.png",
        "128": "img\/icon_128x128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "90",
    "name": "Job Search Bot (UK, EU and GCC)",
    "offline_enabled": true,
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/jobround.co.uk\/service"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "short_name": "Job Search Bot",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.21.0"
}