JobAdder for Gmail™

View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.

Τι είναι το JobAdder for Gmail™;

Το JobAdder for Gmail™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JobAdder Operations Pty Ltd, και η κύρια λειτουργία του είναι "View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης JobAdder for Gmail™

Λήψη αρχείων επέκτασης JobAdder for Gmail™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The JobAdder Gmail Extension allows JobAdder users to view and update their JobAdder records from within Gmail. Includes the ability to view and update Candidate and Contact info as well as the ability create new Candidates, Contacts, Job Applications and notes.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα JobAdder for Gmail™ JobAdder for Gmail™
ID kdgjajomkcifhcdkbdpiiiomjlnlncho
Επίσημο URL https://chromewebstore.google.com/detail/jobadder-for-gmail/kdgjajomkcifhcdkbdpiiiomjlnlncho
Περιγραφή View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.
Μέγεθος Αρχείου 175 KB
Αριθμός Εγκαταστάσεων 3,149
Τρέχουσα Έκδοση 4.1.3
Τελευταία Ενημέρωση 2023-11-27
Ημερομηνία Δημοσίευσης 2019-03-24
Αξιολόγηση 3.44/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής JobAdder Operations Pty Ltd
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://jobadder.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JobAdder for Gmail\u2122",
    "version": "4.1.3",
    "manifest_version": 3,
    "description": "View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.",
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-38.png",
        "default_title": "JobAdder for Gmail\u2122"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/gmail.min.js",
                "scripts\/jquery.validate.min.js",
                "scripts\/jquery.validate.unobtrusive.min.js",
                "scripts\/hogan.min.js",
                "scripts\/templates.js",
                "scripts\/jobadder.min.js"
            ],
            "css": [
                "styles\/styles.min.css"
            ],
            "matches": [
                "http:\/\/mail.google.com\/mail*",
                "https:\/\/mail.google.com\/mail*",
                "http:\/\/mail.google.com\/a\/*",
                "https:\/\/mail.google.com\/a\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "eventPage.js"
    },
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/*.jobadder.com\/",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.googleusercontent.com\/attachment\/u\/0\/*",
        "https:\/\/mail.google.com\/mail\/*",
        "https:\/\/mail.google.com\/mail\/u\/0\/#inbox\/*"
    ]
}