Zoho Project UI Tweaks

Makes a number of modifications to the Zoho Project interface.

Zoho Project UI Tweaks là gì?

Zoho Project UI Tweaks là một tiện ích mở rộng Chrome được phát triển bởi smhmic, và tính năng chính của nó là "Makes a number of modifications to the Zoho Project interface.".

Tải xuống tệp CRX của tiện ích mở rộng Zoho Project UI Tweaks

Tải xuống các tệp mở rộng Zoho Project UI Tweaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Toggle custom styles on/off using the star icon in the top-right.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zoho Project UI Tweaks Zoho Project UI Tweaks
ID hhefdknnhoeefmeijhocegjjfgleoeje
URL Chính Thức https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje
Mô tả Makes a number of modifications to the Zoho Project interface.
Kích Thước Tệp 36.52 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2017-11-20
Ngày Phát Hành 2017-11-20
Nhà Phát Triển smhmic
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "version": "0.1.1",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "*:\/\/projects.zoho.com\/portal\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/projects.zoho.com\/portal\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "pfx.zoho.js"
    ],
    "icons": {
        "128": "images\/128x128.png",
        "64": "images\/64x64.png",
        "48": "images\/48x48.png",
        "16": "images\/16x16.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}