MarketerMagic™

Chrome time tracker with screenshots, task management.

Co to jest MarketerMagic™?

MarketerMagic™ to rozszerzenie Chrome opracowane przez https://marketermagic.com, a jego główną funkcją jest „Chrome time tracker with screenshots, task management.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia MarketerMagic™

Pobierz pliki rozszerzeń MarketerMagic™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa MarketerMagic™ MarketerMagic™
ID hhejkiabbehkembogeihdnfjnfkhgbdc
Oficjalny URL https://chromewebstore.google.com/detail/marketermagic/hhejkiabbehkembogeihdnfjnfkhgbdc
Opis Chrome time tracker with screenshots, task management.
Rozmiar pliku 488 KB
Liczba instalacji 212
Aktualna Wersja 1.9.13
Ostatnia Aktualizacja 2020-08-20
Data Publikacji 2020-06-23
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper https://marketermagic.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.marketermagic.com
Adres URL Strony Pomocy https://www.marketermagic.com/user-terms
Adres URL Strony Polityki Prywatności https://www.marketermagic.com/privacy-policy
Obsługiwane Języki 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'"
}