Zoho Project UI Tweaks
Makes a number of modifications to the Zoho Project interface.
O que é Zoho Project UI Tweaks?
Zoho Project UI Tweaks é uma extensão do Chrome desenvolvida por smhmic, e sua principal característica é "Makes a number of modifications to the Zoho Project interface.".
Baixar o arquivo CRX da Extensão Zoho Project UI Tweaks
Baixe arquivos de extensão Zoho Project UI Tweaks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Toggle custom styles on/off using the star icon in the top-right.
Informações Básicas da Extensão
Nome | |
ID | hhefdknnhoeefmeijhocegjjfgleoeje |
URL Oficial | https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje |
Descrição | Makes a number of modifications to the Zoho Project interface. |
Tamanho do Arquivo | 36.52 KB |
Contagem de Instalações | 65 |
Versão Atual | 0.1.1 |
Última Atualização | 2017-11-20 |
Data de Publicação | 2017-11-20 |
Desenvolvedor | smhmic |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |