Add to JobMind
This button lets you add a jobposting or a contact to JobMind
什么是Add to JobMind?
Add to JobMind是由http://jobmind.com开发的Chrome扩展程序,该扩展的主要功能是“This button lets you add a jobposting or a contact to JobMind”。
扩展截图
下载Add to JobMind扩展crx文件
下载Add to JobMind扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]
扩展基本信息
名称 | |
ID | aiddmiofflfjcjbdgfilemcolafgikpj |
官方URL | https://chrome.google.com/webstore/detail/aiddmiofflfjcjbdgfilemcolafgikpj |
简介 | This button lets you add a jobposting or a contact to JobMind |
文件大小 | 27.53 KB |
安装次数 | 79 |
当前版本 | 0.7.2 |
更新时间 | 2017-09-28 |
上架时间 | 2017-09-28 |
评分 | 5.00/5 共2次评分 |
开发者 | http://jobmind.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.jobmind.com/ |
隐私政策页面URL | https://www.jobmind.com/privacy |
支持的语言 | 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 } |