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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to JobMind

ดาวน์โหลดไฟล์ส่วนขยาย 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]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Add to JobMind Add to JobMind
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
}