pmp-exam-tran-translator

Google Translate for PMP Practice Exam. For the page - http://career.lms.pmi.org/Kview/CustomCodeBehind/base/courseware/scorm/*

ما هو pmp-exam-tran-translator؟

pmp-exam-tran-translator هو إضافة Chrome تم تطويرها بواسطة https://shoshins.github.io/pmp-exam-train-translator، والميزة الرئيسية لها هي "Google Translate for PMP Practice Exam. For the page - http://career.lms.pmi.org/Kview/CustomCodeBehind/base/courseware/scorm/*".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة pmp-exam-tran-translator

قم بتنزيل ملفات الامتداد pmp-exam-tran-translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Google Translate for PMP Practice Exam. 

PMI has their own PMP Exam train solution with 200 questions. Very similar to real exam because based on questions that have asked in previous exams.
https://www.pmi.org/certifications/types/project-management-pmp/earn-the-pmp/pmp-exam-preparation

You can find it on your PMI Account page. For example: http://career.lms.pmi.org/ContentDetails.aspx?id=07816e3e6c464ef983cb7e34af2adae6

Take a look to the video instructions how to use this PMP Exam Mock: 
https://www.youtube.com/watch?v=HeEk8b5oOPg

This exam train is free, but you need to have PMI membership.

Will works only on pages like http://career.lms.pmi.org/Kview/CustomCodeBehind/base/courseware/scorm/*
More info - https://github.com/shoshins/pmp-exam-train-translator                    

معلومات أساسية عن التمديد

الاسم pmp-exam-tran-translator pmp-exam-tran-translator
ID jkpnolnkacalnkhekhglefcknffdkahe
عنوان URL الرسمي https://chromewebstore.google.com/detail/pmp-exam-tran-translator/jkpnolnkacalnkhekhglefcknffdkahe
الوصف Google Translate for PMP Practice Exam. For the page - http://career.lms.pmi.org/Kview/CustomCodeBehind/base/courseware/scorm/*
حجم الملف 48.25 KB
عدد التثبيتات 59
النسخة الحالية 0.0.3
آخر تحديث 2021-01-08
تاريخ النشر 2020-07-28
تقييم 5.00/5 مجموع تقييمات 1
المطور https://shoshins.github.io/pmp-exam-train-translator
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://shoshins.github.io/pmp-exam-train-translator/
عنوان صفحة المساعدة https://shoshins.github.io/pmp-exam-train-translator/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "pmp-exam-tran-translator",
    "version": "0.0.3",
    "description": "Google Translate for PMP Practice Exam. For the page - http:\/\/career.lms.pmi.org\/Kview\/CustomCodeBehind\/base\/courseware\/scorm\/*",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_title": "PMP Exam Tran Translator",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/career.lms.pmi.org\/Kview\/CustomCodeBehind\/base\/courseware\/scorm\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; img-src * data: 'self' 'unsafe-eval'"
}