Rhubarb

Get any job with just one click.

Rhubarb क्या है?

Rhubarb https://joinrhubarb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get any job with just one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rhubarb एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}