MarketerMagic™

Chrome time tracker with screenshots, task management.

Vad är MarketerMagic™?

MarketerMagic™ är en Chrome-tillägg utvecklad av https://marketermagic.com, och dess huvudfunktion är "Chrome time tracker with screenshots, task management.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner MarketerMagic™-förlängningens CRX-fil

Ladda ner MarketerMagic™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn MarketerMagic™ MarketerMagic™
ID hhejkiabbehkembogeihdnfjnfkhgbdc
Officiell webbadress https://chromewebstore.google.com/detail/marketermagic/hhejkiabbehkembogeihdnfjnfkhgbdc
Beskrivning Chrome time tracker with screenshots, task management.
Filstorlek 488 KB
Antal Installationer 212
Aktuell Version 1.9.13
Senast Uppdaterad 2020-08-20
Publiceringsdatum 2020-06-23
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://marketermagic.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.marketermagic.com
Hjälpsida URL https://www.marketermagic.com/user-terms
URL till Sekretesspolicy Sidan https://www.marketermagic.com/privacy-policy
Stödda Språk 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'"
}