Add to JobMind
This button lets you add a jobposting or a contact to JobMind
Was ist Add to JobMind?
Add to JobMind ist eine Chrome-Erweiterung, die von http://jobmind.com entwickelt wurde, und ihr Hauptmerkmal ist "This button lets you add a jobposting or a contact to JobMind".
Erweiterungsscreenshots
Add to JobMind-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add to JobMind-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
The JobMind button: the easiest way to save jobs or contacts that interest you Use JobMind extension to add a job listing or a contact into your account from any job website. You can then find this offer in your personal account to track your job application with ease. Once installed, the button is in your toolbar. By clicking the button JobMind, the main information of the jobs are extracted into your account. Simply login with JobMind credentials . Note: JobMind does not consult, transmits, or store your browsing data. To learn more about us, visit https://www.jobmind.com/ Contact us on [email protected]
Grundlegende Informationen zur Erweiterung
Name | |
ID | aiddmiofflfjcjbdgfilemcolafgikpj |
Offizielle URL | https://chrome.google.com/webstore/detail/aiddmiofflfjcjbdgfilemcolafgikpj |
Beschreibung | This button lets you add a jobposting or a contact to JobMind |
Dateigröße | 27.53 KB |
Installationsanzahl | 79 |
Aktuelle Version | 0.7.2 |
Letztes Update | 2017-09-28 |
Veröffentlichungsdatum | 2017-09-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://jobmind.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.jobmind.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.jobmind.com/privacy |
Unterstützte Sprachen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Add to JobMind" }, "name": "Add to JobMind", "description": "This button lets you add a jobposting or a contact to JobMind", "homepage_url": "https:\/\/www.jobmind.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.7.2", "manifest_version": 2 } |