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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Translate for PMP Practice Exam. For the page - http://career.lms.pmi.org/Kview/CustomCodeBehind/base/courseware/scorm/*"입니다.
확장 프로그램 스크린샷
pmp-exam-tran-translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |