Rhubarb
Get any job with just one click.
Cos'è Rhubarb?
Rhubarb è un'estensione di Chrome sviluppata da https://joinrhubarb.com, e la sua funzione principale è "Get any job with just one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rhubarb
Scarica i file di estensione Rhubarb in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Rhubarb |
ID | bkofbedceemlfhnooknifhdobpgdfmjc |
URL Ufficiale | https://chromewebstore.google.com/detail/rhubarb/bkofbedceemlfhnooknifhdobpgdfmjc |
Descrizione | Get any job with just one click. |
Dimensione del File | 146 KB |
Conteggio Installazioni | 2,003 |
Versione Corrente | 1.0.0.5 |
Ultimo Aggiornamento | 2022-01-28 |
Data di Pubblicazione | 2021-12-20 |
Valutazione | 4.14/5 Totale 22 Valutazioni |
Sviluppatore | https://joinrhubarb.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.joinrhubarb.com |
URL della Pagina di Aiuto | https://www.joinrhubarb.com |
URL della Pagina della Politica sulla Privacy | https://www.joinrhubarb.com/privacy |
Lingue Supportate | 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:\/\/*\/*", " |