ApTask ACE

Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit

Hvad er ApTask ACE?

ApTask ACE er en Chrome-udvidelse udviklet af ApTask, og dens hovedfunktion er "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit".

Udvidelsesskærmbilleder

screenshot

Download ApTask ACE-udvidelses-CRX-fil

Download ApTask ACE-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ApTask Chrome Plugin
* Add Resume to JobDiva
* Call Candidate from JobDiva
* SMS Candidate from JobDiva                    

Grundlæggende oplysninger om udvidelsen

Navn ApTask ACE ApTask ACE
ID bahdhdbpmfjgaibpbhecghjalioepncg
Officiel URL https://chromewebstore.google.com/detail/aptask-ace/bahdhdbpmfjgaibpbhecghjalioepncg
Beskrivelse Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit
Filstørrelse 4.33 MB
Antal Installationer 257
Nuværende Version 4.1.8
Senest Opdateret 2024-03-05
Udgivelsesdato 2020-06-30
Bedømmelse 5.00/5 Samlet 41 Bedømmelser
Udvikler ApTask
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.aptask.com
Hjælpeside-URL https://www.aptask.com/contact-us/
URL til Fortrolighedspolitik Side https://www.aptask.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ApTask ACE",
    "version": "4.1.8",
    "icons": {
        "128": "Assets\/Icons\/icon-128.png"
    },
    "description": "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit",
    "short_name": "ApTask ACE",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting",
        "debugger",
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "ApTask",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "128": "Assets\/Icons\/icon-128.png"
        },
        "default_title": "ApTask ACE"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Assets\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}