Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
Vad är Zoho Project UI Tweaks?
Zoho Project UI Tweaks är en Chrome-tillägg utvecklad av smhmic, och dess huvudfunktion är "Makes a number of modifications to the Zoho Project interface.".
Ladda ner Zoho Project UI Tweaks-förlängningens CRX-fil
Ladda ner Zoho Project UI Tweaks-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
Toggle custom styles on/off using the star icon in the top-right. Grundläggande Information om Tillägg
| Namn | |
| ID | hhefdknnhoeefmeijhocegjjfgleoeje |
| Officiell webbadress | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
| Beskrivning | Makes a number of modifications to the Zoho Project interface. |
| Filstorlek | 36.52 KB |
| Antal Installationer | 65 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2017-11-20 |
| Publiceringsdatum | 2017-11-20 |
| Utvecklare | smhmic |
| Betalningssätt | free |
| Stödda Språk | 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
} | |