MarketerMagic™
Chrome time tracker with screenshots, task management.
什么是MarketerMagic™?
MarketerMagic™是由https://marketermagic.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome time tracker with screenshots, task management.”。
扩展截图
下载MarketerMagic™扩展crx文件
下载MarketerMagic™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'"
} | |