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!
擴展基本資訊
名稱 | MarketerMagic™ |
ID | hhejkiabbehkembogeihdnfjnfkhgbdc |
官方網址 | 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'" } |