Omatic NXT Accelerator
Provides quick access to previously viewed NXT Constituents
Was ist Omatic NXT Accelerator?
Omatic NXT Accelerator ist eine Chrome-Erweiterung, die von https://omaticsoftware.com entwickelt wurde, und ihr Hauptmerkmal ist "Provides quick access to previously viewed NXT Constituents".
Erweiterungsscreenshots
Omatic NXT Accelerator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Omatic NXT Accelerator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Omatic NXT Accelerator |
ID | gppgkpjcmmgnihiopidimpdjddgfllkk |
Offizielle URL | https://chromewebstore.google.com/detail/omatic-nxt-accelerator/gppgkpjcmmgnihiopidimpdjddgfllkk |
Beschreibung | Provides quick access to previously viewed NXT Constituents |
Dateigröße | 600 KB |
Installationsanzahl | 14 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2016-03-11 |
Veröffentlichungsdatum | 2016-03-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://omaticsoftware.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.omaticsoftware.com |
Hilfeseite URL | http://www.omaticsoftware.com |
Unterstützte Sprachen | 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\/" ] } |