MarketerMagic™
Chrome time tracker with screenshots, task management.
MarketerMagic™란 무엇입니까?
MarketerMagic™은(는) https://marketermagic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome time tracker with screenshots, task management."입니다.
확장 프로그램 스크린샷
MarketerMagic™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The World has Changed - You Can Build MASSIVE Businesses Entirely Remotely, But With That Comes a Tracking Nightmare! With WorkHub Sit Back and Relax and Let WorkHub do the Heavy Lifting! Time Tracking, Real Time Screenshots to Ensure On-Task Work, and Payroll All in One Easy to Use Masterpiece! 확장 프로그램 기본 정보
| 이름 | |
| ID | hhejkiabbehkembogeihdnfjnfkhgbdc |
| 공식 URL | https://chromewebstore.google.com/detail/marketermagic/hhejkiabbehkembogeihdnfjnfkhgbdc |
| 설명 | Chrome time tracker with screenshots, task management. |
| 파일 크기 | 488 KB |
| 설치 횟수 | 212 |
| 현재 버전 | 1.9.13 |
| 최근 업데이트 | 2020-08-20 |
| 출시 날짜 | 2020-06-23 |
| 평점 | 3.67/5 총 3 개의 평점 |
| 개발자 | https://marketermagic.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://www.marketermagic.com |
| 도움말 페이지 URL | https://www.marketermagic.com/user-terms |
| 개인정보 보호 정책 페이지 URL | https://www.marketermagic.com/privacy-policy |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MarketerMagic\u2122",
"version": "1.9.13",
"manifest_version": 2,
"minimum_chrome_version": "37",
"description": "Chrome time tracker with screenshots, task management.",
"background": {
"scripts": [
"js\/jquery.js",
"js\/bootstrap.min.js",
"js\/angular.js",
"js\/angular-ui-router.min.js",
"js\/moment.min.js",
"js\/moment-timezone-with-data.js",
"js\/underscore-1.5.2.js",
"js\/dexie.min.js",
"js\/common.js",
"background.js"
],
"presistent": true
},
"icons": {
"16": "images\/main-icon.png",
"32": "images\/main-icon.png",
"48": "images\/main-icon.png",
"128": "images\/main-icon.png"
},
"browser_action": {
"defaul_icon": "images\/main-icon-red.png",
"default_popup": "index.html"
},
"permissions": [
"idle",
"desktopCapture",
"notifications",
"*:\/\/app.marketermagic.com\/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |