ApTask ACE

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

什麼是ApTask ACE?

ApTask ACE是由ApTask開發的Chrome擴展程式,該擴展的主要功能是“Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit”。

擴展截圖

screenshot

下載ApTask ACE擴展crx文件

下載ApTask ACE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 ApTask ACE ApTask ACE
ID bahdhdbpmfjgaibpbhecghjalioepncg
官方網址 https://chromewebstore.google.com/detail/aptask-ace/bahdhdbpmfjgaibpbhecghjalioepncg
簡介 Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit
檔案大小 4.33 MB
安裝次數 257
目前版本 4.1.8
更新時間 2024-03-05
上架時間 2020-06-30
評分 5.00/5 共 41 次評分
開發者 ApTask
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.aptask.com
說明頁面URL https://www.aptask.com/contact-us/
隱私政策頁面URL https://www.aptask.com/privacy-policy
支援的語言 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:\/\/*\/*"
            ]
        }
    ]
}