JibberJobber Job Search Widget
Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.
Qu'est-ce que JibberJobber Job Search Widget ?
JibberJobber Job Search Widget est une extension Chrome développée par https://www.jibberjobber.com, et sa fonction principale est "Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JibberJobber Job Search Widget
Téléchargez les fichiers d'extension JibberJobber Job Search Widget au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jkjoaejgjbddhpoblfmcbifanbamindk |
URL Officiel | https://chrome.google.com/webstore/detail/jibberjobber-job-search-w/jkjoaejgjbddhpoblfmcbifanbamindk |
Description | Grab job, company, and contact information from websites you visit. Easily create new records in JibberJobber. |
Taille du Fichier | 632 KB |
Nombre d'Installations | 222 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2017-10-24 |
Date de Publication | 2017-10-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.jibberjobber.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |