ApTask ACE

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

Apa itu ApTask ACE?

ApTask ACE adalah ekstensi Chrome yang dikembangkan oleh ApTask, dan fitur utamanya adalah "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ApTask ACE

Unduh file ekstensi ApTask ACE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ApTask ACE ApTask ACE
ID bahdhdbpmfjgaibpbhecghjalioepncg
URL Resmi https://chromewebstore.google.com/detail/aptask-ace/bahdhdbpmfjgaibpbhecghjalioepncg
Deskripsi Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit
Ukuran File 4.33 MB
Jumlah Instalasi 257
Versi Saat Ini 4.1.8
Terakhir Diperbarui 2024-03-05
Tanggal Publikasi 2020-06-30
Penilaian 5.00/5 Total 41 Penilaian
Pengembang ApTask
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.aptask.com
URL Halaman Bantuan https://www.aptask.com/contact-us/
URL Halaman Kebijakan Privasi https://www.aptask.com/privacy-policy
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}