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 là gì?
pmp-exam-tran-translator là một tiện ích mở rộng Chrome được phát triển bởi https://shoshins.github.io/pmp-exam-train-translator, và tính năng chính của nó là "Google Translate for PMP Practice Exam. For the page - http://career.lms.pmi.org/Kview/CustomCodeBehind/base/courseware/scorm/*".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng pmp-exam-tran-translator
Tải xuống các tệp mở rộng pmp-exam-tran-translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | pmp-exam-tran-translator |
ID | jkpnolnkacalnkhekhglefcknffdkahe |
URL Chính Thức | https://chromewebstore.google.com/detail/pmp-exam-tran-translator/jkpnolnkacalnkhekhglefcknffdkahe |
Mô tả | Google Translate for PMP Practice Exam. For the page - http://career.lms.pmi.org/Kview/CustomCodeBehind/base/courseware/scorm/* |
Kích Thước Tệp | 48.25 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2021-01-08 |
Ngày Phát Hành | 2020-07-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://shoshins.github.io/pmp-exam-train-translator |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://shoshins.github.io/pmp-exam-train-translator/ |
URL Trang Trợ Giúp | https://shoshins.github.io/pmp-exam-train-translator/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |