JibberJobber Job Search Widget
Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.
Was ist JibberJobber Job Search Widget?
JibberJobber Job Search Widget ist eine Chrome-Erweiterung, die von https://www.jibberjobber.com entwickelt wurde, und ihr Hauptmerkmal ist "Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.".
Erweiterungsscreenshots
JibberJobber Job Search Widget-Erweiterungs-CRX-Datei herunterladen
Laden Sie JibberJobber Job Search Widget-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jkjoaejgjbddhpoblfmcbifanbamindk |
Offizielle URL | https://chrome.google.com/webstore/detail/jibberjobber-job-search-w/jkjoaejgjbddhpoblfmcbifanbamindk |
Beschreibung | Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber. |
Dateigröße | 632 KB |
Installationsanzahl | 222 |
Aktuelle Version | 1.1.3 |
Letztes Update | 2017-10-24 |
Veröffentlichungsdatum | 2017-10-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.jibberjobber.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |