MarketerMagic™

Chrome time tracker with screenshots, task management.

Cos'è MarketerMagic™?

MarketerMagic™ è un'estensione di Chrome sviluppata da https://marketermagic.com, e la sua funzione principale è "Chrome time tracker with screenshots, task management.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MarketerMagic™

Scarica i file di estensione MarketerMagic™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome MarketerMagic™ MarketerMagic™
ID hhejkiabbehkembogeihdnfjnfkhgbdc
URL Ufficiale https://chromewebstore.google.com/detail/marketermagic/hhejkiabbehkembogeihdnfjnfkhgbdc
Descrizione Chrome time tracker with screenshots, task management.
Dimensione del File 488 KB
Conteggio Installazioni 212
Versione Corrente 1.9.13
Ultimo Aggiornamento 2020-08-20
Data di Pubblicazione 2020-06-23
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://marketermagic.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.marketermagic.com
URL della Pagina di Aiuto https://www.marketermagic.com/user-terms
URL della Pagina della Politica sulla Privacy https://www.marketermagic.com/privacy-policy
Lingue Supportate 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'"
}