JobDiva Chrome Extension

Leverage JobDiva in your Chrome-browsing experience!

Cos'è JobDiva Chrome Extension?

JobDiva Chrome Extension è un'estensione di Chrome sviluppata da https://www.jobdiva.com, e la sua funzione principale è "Leverage JobDiva in your Chrome-browsing experience!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JobDiva Chrome Extension

Scarica i file di estensione JobDiva Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        JobDiva’s Chrome Extension allows JobDiva Users to highlight any person or company they come across online. JobDiva will then search for matching records in JobDiva. Access those records instantly, or let JobDiva parse the information selected to generate a new record.
 
Scouting for prospective opportunities has never been easier.
 
For more information, go to https://www.jobdiva.com or contact us at [email protected].                    

Informazioni di Base sull'Estensione

Nome JobDiva Chrome Extension JobDiva Chrome Extension
ID kmafmhimenmmjnpkodojnacmlabacmid
URL Ufficiale https://chromewebstore.google.com/detail/jobdiva-chrome-extension/kmafmhimenmmjnpkodojnacmlabacmid
Descrizione Leverage JobDiva in your Chrome-browsing experience!
Dimensione del File 825 KB
Conteggio Installazioni 6,215
Versione Corrente 0.5.1
Ultimo Aggiornamento 2023-11-08
Data di Pubblicazione 2019-11-13
Valutazione 3.50/5 Totale 16 Valutazioni
Sviluppatore https://www.jobdiva.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.jobdiva.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JobDiva Chrome Extension",
    "version": "0.5.1",
    "description": "Leverage JobDiva in your Chrome-browsing experience!",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png",
            "128": "img\/icon128.png",
            "150": "img\/JD_icon.png"
        },
        "default_popup": "icon_action\/popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "32": "img\/icon32.png",
        "128": "img\/icon128.png",
        "150": "img\/JD_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www1.jobdiva.com\/*",
                "https:\/\/www2.jobdiva.com\/*",
                "https:\/\/www3.jobdiva.com\/*",
                "https:\/\/adhoc.jobdiva.com\/*",
                "https:\/\/www1.jobdiva.co.uk\/*",
                "https:\/\/adhoc.jobdiva.co.uk\/*",
                "http:\/\/nesconet.com\/*",
                "https:\/\/nesconet.com\/*",
                "http:\/\/www.nesconet.com\/*",
                "https:\/\/www.nesconet.com\/*",
                "https:\/\/nesco.interactgo.com\/*",
                "http:\/\/nesco.interactgo.com\/*",
                "https:\/\/*.ambition.com\/*",
                "http:\/\/*.amition.com\/*"
            ],
            "js": [
                "js\/third_party\/jquery-2.2.4.min.js",
                "js\/third_party\/cxf-utils.js",
                "js\/JobDivaAppWS-j3.js",
                "content_action\/selection_bubble.js"
            ],
            "css": [
                "content_action\/selection_bubble.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/third_party\/jquery-2.2.4.min.js",
            "background\/eventPage.js"
        ],
        "persistent": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgVJ7yCS0KHXN3KFtu2eL+rBMr8wKyIrTPkx9EHZx8\/eLbSp+Fo11hipsQb1bF181JpgT0Pncc1LYX2YUef9M1OG6aBUMuZ+bsabwZdfG1R9hYQpeKFVDjhVhET2bhu5Gt1EKqpFWhFazCItk8aUFjze1lRtLwu+JM7DBEUMvqaNwqyOp7\/3OQ7sRPIWpnRx\/8KsSS\/QL6qpnpc7o5\/iDMjoEF9+oEYrawc53BuuAzr7e1Ju4BxpRQzzjiln0NiithlaJ+Q\/XSMYoQTdzHqURncnAyTWgogCVy6QTQtELdbE6jZi3c35OlUXo4TXsv9fR3ywCl3ut7p+94QxfFZ8ySQIDAQAB",
    "web_accessible_resources": [
        "overlay\/create_contact.html",
        "overlay\/create_company.html",
        "overlay\/create_candidate.html",
        "modal_frame\/candidate_job_match.html",
        "css\/third_party\/bootstrap.min.css",
        "js\/third_party\/jquery-2.2.4.min.js",
        "img\/circle_progress.gif",
        "img\/JobDiva_Logo.png",
        "img\/JobDiva_Logo2.png",
        "img\/jd_icon_sm.png",
        "img\/3mdpi.png",
        "img\/3mdpi2.png",
        "img\/star.png",
        "img\/match.svg",
        "img\/match.gif",
        "*.png",
        "*.ttf"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}