Add to JobMind
This button lets you add a jobposting or a contact to JobMind
ما هو Add to JobMind؟
Add to JobMind هو إضافة Chrome تم تطويرها بواسطة http://jobmind.com، والميزة الرئيسية لها هي "This button lets you add a jobposting or a contact to JobMind".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add to JobMind
قم بتنزيل ملفات الامتداد Add to JobMind بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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 } |