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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 ApTask ACE ApTask ACE
ID bahdhdbpmfjgaibpbhecghjalioepncg
공식 URL 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:\/\/*\/*"
            ]
        }
    ]
}