MarketerMagic™

Chrome time tracker with screenshots, task management.

MarketerMagic™とは何ですか?

MarketerMagic™はhttps://marketermagic.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome time tracker with screenshots, task management.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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™ MarketerMagic™
ID hhejkiabbehkembogeihdnfjnfkhgbdc
公式URL 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
Eメール [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'"
}