Add to JobMind

This button lets you add a jobposting or a contact to JobMind

Add to JobMind क्या है?

Add to JobMind http://jobmind.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This button lets you add a jobposting or a contact to JobMind"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Add to JobMind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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]                    

एक्सटेंशन की मूल जानकारी

नाम 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
}