Rhubarb

Get any job with just one click.

Rhubarb란 무엇입니까?

Rhubarb은(는) https://joinrhubarb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get any job with just one click."입니다.

확장 프로그램 스크린샷

screenshot

Rhubarb 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Rhubarb lets you turn hours into minutes on every job application by automatically generating personalised resumes, cover letters, and application forms. Save yourself time and never send off a bad resume again.

The Rhubarb Chrome extension lets you generate applications from anywhere on the internet in just one click.                    

확장 프로그램 기본 정보

이름 Rhubarb Rhubarb
ID bkofbedceemlfhnooknifhdobpgdfmjc
공식 URL https://chromewebstore.google.com/detail/rhubarb/bkofbedceemlfhnooknifhdobpgdfmjc
설명 Get any job with just one click.
파일 크기 146 KB
설치 횟수 2,003
현재 버전 1.0.0.5
최근 업데이트 2022-01-28
출시 날짜 2021-12-20
평점 4.14/5 총 22 개의 평점
개발자 https://joinrhubarb.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.joinrhubarb.com
도움말 페이지 URL https://www.joinrhubarb.com
개인정보 보호 정책 페이지 URL https://www.joinrhubarb.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get any job with just one click.",
    "version": "1.0.0.5",
    "manifest_version": 3,
    "name": "Rhubarb",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "32": "icon-32.png",
            "34": "icon-34.png",
            "38": "icon-38.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/backend.artickl.com\/*",
        "https:\/\/backend.joinrhubarb.com\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScript.bundle.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "icon-38.png",
                "icon-34.png",
                "icon-32.png",
                "icon-19.png",
                "icon-19-disable.png",
                "icon-16.png",
                "styles.css",
                "rhubarb_logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}