Omatic NXT Accelerator
Provides quick access to previously viewed NXT Constituents
Apa itu Omatic NXT Accelerator?
Omatic NXT Accelerator adalah ekstensi Chrome yang dikembangkan oleh https://omaticsoftware.com, dan fitur utamanya adalah "Provides quick access to previously viewed NXT Constituents".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Omatic NXT Accelerator
Unduh file ekstensi Omatic NXT Accelerator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Omatic NXT Accelerator |
ID | gppgkpjcmmgnihiopidimpdjddgfllkk |
URL Resmi | https://chromewebstore.google.com/detail/omatic-nxt-accelerator/gppgkpjcmmgnihiopidimpdjddgfllkk |
Deskripsi | Provides quick access to previously viewed NXT Constituents |
Ukuran File | 600 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2016-03-11 |
Tanggal Publikasi | 2016-03-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://omaticsoftware.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.omaticsoftware.com |
URL Halaman Bantuan | http://www.omaticsoftware.com |
Bahasa yang Didukung | 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\/" ] } |