Omatic NXT Accelerator
Provides quick access to previously viewed NXT Constituents
O que é Omatic NXT Accelerator?
Omatic NXT Accelerator é uma extensão do Chrome desenvolvida por https://omaticsoftware.com, e sua principal característica é "Provides quick access to previously viewed NXT Constituents".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Omatic NXT Accelerator
Baixe arquivos de extensão Omatic NXT Accelerator 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
The Omatic NXT Accelerator is a FREE plugin that puts your previously opened NXT records at your fingertips. It allows one click access to up to 13 recently accessed NXT constituent records and allows searching of your entire history for any record you have opened. You can also directly access gifts, actions, and proposals from the plugin and jump to the main NXT work areas. Since it links directly to the constituent records you don't even have to be on the NXT site when you use it. We would love to hear your feedback!
Informações Básicas da Extensão
Nome | Omatic NXT Accelerator |
ID | gppgkpjcmmgnihiopidimpdjddgfllkk |
URL Oficial | https://chromewebstore.google.com/detail/omatic-nxt-accelerator/gppgkpjcmmgnihiopidimpdjddgfllkk |
Descrição | Provides quick access to previously viewed NXT Constituents |
Tamanho do Arquivo | 600 KB |
Contagem de Instalações | 14 |
Versão Atual | 0.1.3 |
Última Atualização | 2016-03-11 |
Data de Publicação | 2016-03-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://omaticsoftware.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.omaticsoftware.com |
URL da Página de Ajuda | http://www.omaticsoftware.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omatic NXT Accelerator", "short_name": "NXTAccelerator", "description": "Provides quick access to previously viewed NXT Constituents", "version": "0.1.3", "icons": { "16": "img\/omatic16.png", "48": "img\/omatic48.png", "128": "img\/omatic128.png" }, "browser_action": { "default_icon": "img\/omatic48.png", "default_popup": "popup.html" }, "permissions": [ "history", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |