JibberJobber Job Search Widget
Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.
Cos'è JibberJobber Job Search Widget?
JibberJobber Job Search Widget è un'estensione di Chrome sviluppata da https://www.jibberjobber.com, e la sua funzione principale è "Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JibberJobber Job Search Widget
Scarica i file di estensione JibberJobber Job Search Widget 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
This widget works with JibberJobber (a website and mobile app) to pull inforomation from a website (like a job board) and put into JibberJobber. JibberJobber helps you organize and manage a job search by allowing you to track where you apply, what progress you are making with target companies, and relevant conversations you have with people. Learn more at JibberJobber.com.
Informazioni di Base sull'Estensione
Nome | |
ID | jkjoaejgjbddhpoblfmcbifanbamindk |
URL Ufficiale | https://chrome.google.com/webstore/detail/jibberjobber-job-search-w/jkjoaejgjbddhpoblfmcbifanbamindk |
Descrizione | Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber. |
Dimensione del File | 632 KB |
Conteggio Installazioni | 222 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2017-10-24 |
Data di Pubblicazione | 2017-10-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.jibberjobber.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JibberJobber Job Search Widget", "description": "Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.", "version": "1.1.3", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "36": "icon36.png", "48": "icon48.png", "128": "icon128.png", "144": "icon144.png" }, "permissions": [ "alarms", "storage", "notifications", "activeTab" ] } |