Rhubarb

Get any job with just one click.

Rhubarbとは何ですか?

Rhubarbはhttps://joinrhubarb.comによって開発されたChromeの拡張機能で、その主な機能は「Get any job with just one click.」です。

拡張機能のスクリーンショット

screenshot

Rhubarb拡張機能のCRXファイルをダウンロード

Rhubarb拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}