Rhubarb

Get any job with just one click.

Rhubarb là gì?

Rhubarb là một tiện ích mở rộng Chrome được phát triển bởi https://joinrhubarb.com, và tính năng chính của nó là "Get any job with just one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rhubarb

Tải xuống các tệp mở rộng Rhubarb dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rhubarb Rhubarb
ID bkofbedceemlfhnooknifhdobpgdfmjc
URL Chính Thức https://chromewebstore.google.com/detail/rhubarb/bkofbedceemlfhnooknifhdobpgdfmjc
Mô tả Get any job with just one click.
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 2,003
Phiên Bản Hiện Tại 1.0.0.5
Cập Nhật Lần Cuối 2022-01-28
Ngày Phát Hành 2021-12-20
Đánh Giá 4.14/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://joinrhubarb.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.joinrhubarb.com
URL Trang Trợ Giúp https://www.joinrhubarb.com
URL Trang Chính Sách Bảo Mật https://www.joinrhubarb.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}