MarketerMagic™

Chrome time tracker with screenshots, task management.

What is MarketerMagic™?

MarketerMagic™ is a Chrome extension developed by https://marketermagic.com, and its main feature is "Chrome time tracker with screenshots, task management.".

Extension Screenshots

screenshot
screenshot

Download MarketerMagic™ Extension CRX File

Download MarketerMagic™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name MarketerMagic™ MarketerMagic™
ID hhejkiabbehkembogeihdnfjnfkhgbdc
Official URL https://chromewebstore.google.com/detail/marketermagic/hhejkiabbehkembogeihdnfjnfkhgbdc
Description Chrome time tracker with screenshots, task management.
File Size 488 KB
Installation Count 212
Current Version 1.9.13
Last Updated 2020-08-20
Publish Date 2020-06-23
Rating 3.67/5 Total 3 Ratings
Developer https://marketermagic.com
Email [email protected]
Payment Type free
Extension Website https://www.marketermagic.com
Help Page URL https://www.marketermagic.com/user-terms
Privacy Policy Page URL https://www.marketermagic.com/privacy-policy
Supported Languages 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'"
}