Add to JobMind

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

Vad är Add to JobMind?

Add to JobMind är en Chrome-tillägg utvecklad av http://jobmind.com, och dess huvudfunktion är "This button lets you add a jobposting or a contact to JobMind".

Tilläggsskärmbilder

screenshot

Ladda ner Add to JobMind-förlängningens CRX-fil

Ladda ner Add to JobMind-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Add to JobMind Add to JobMind
ID aiddmiofflfjcjbdgfilemcolafgikpj
Officiell webbadress https://chrome.google.com/webstore/detail/aiddmiofflfjcjbdgfilemcolafgikpj
Beskrivning This button lets you add a jobposting or a contact to JobMind
Filstorlek 27.53 KB
Antal Installationer 79
Aktuell Version 0.7.2
Senast Uppdaterad 2017-09-28
Publiceringsdatum 2017-09-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://jobmind.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.jobmind.com/
URL till Sekretesspolicy Sidan https://www.jobmind.com/privacy
Stödda Språk 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
}