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 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/*"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में pmp-exam-tran-translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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/ |
सहायता पृष्ठ URL | 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'" } |