ApTask ACE

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

ما هو ApTask ACE؟

ApTask ACE هو إضافة Chrome تم تطويرها بواسطة ApTask، والميزة الرئيسية لها هي "Upload your Linkedin, Dice and Monster profiles to jobDiva and earn credit".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ApTask ACE

قم بتنزيل ملفات الامتداد ApTask ACE بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://www.aptask.com/contact-us/
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
            ]
        }
    ]
}