MarketerMagic™

Chrome time tracker with screenshots, task management.

MarketerMagic™คืออะไร?

MarketerMagic™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://marketermagic.com และคุณลักษณะหลักของมันคือ "Chrome time tracker with screenshots, task management."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MarketerMagic™

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}