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
官方網址 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": [
                ""
            ]
        }
    ]
}