Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
Zoho Project UI Tweaksคืออะไร?
Zoho Project UI Tweaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smhmic และคุณลักษณะหลักของมันคือ "Makes a number of modifications to the Zoho Project interface."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zoho Project UI Tweaks
ดาวน์โหลดไฟล์ส่วนขยาย Zoho Project UI Tweaks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Toggle custom styles on/off using the star icon in the top-right.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhefdknnhoeefmeijhocegjjfgleoeje |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
คำอธิบาย | Makes a number of modifications to the Zoho Project interface. |
ขนาดไฟล์ | 36.52 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2017-11-20 |
วันที่เผยแพร่ | 2017-11-20 |
ผู้พัฒนา | smhmic |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |