Aprimo Tasks
This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo.
Τι είναι το Aprimo Tasks;
Το Aprimo Tasks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aprimo Connect, και η κύρια λειτουργία του είναι "This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Aprimo Tasks
Λήψη αρχείων επέκτασης Aprimo Tasks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Connect to Aprimo and see your Productivity Management tasks! This extension is an example of how you can connect to Aprimo APIs to extend the product in meaningful ways. This is an open source extension and source code can be found on Aprimo Connect's github page at https://github.com/aprimo-connect. This extension is offered as-is and is meant to serve as an example of how you can consume Aprimo APIs and is not an officially supported Aprimo product. If it's valuable to you or there are feature requests, we'd love to hear about it on Aprimo Voice in the Integrations / Connectors section. In order to set this up, your system administrator will need to provide you with a Client ID. System Administrators, please request an Administration guide from your Aprimo contact.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Aprimo Tasks |
ID | hflflhncilohipagagghknojccpeffco |
Επίσημο URL | https://chromewebstore.google.com/detail/aprimo-tasks/hflflhncilohipagagghknojccpeffco |
Περιγραφή | This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo. |
Μέγεθος Αρχείου | 56.18 KB |
Αριθμός Εγκαταστάσεων | 100 |
Τρέχουσα Έκδοση | 0.3 |
Τελευταία Ενημέρωση | 2022-04-22 |
Ημερομηνία Δημοσίευσης | 2019-09-23 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Aprimo Connect |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.aprimo.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aprimo Tasks", "version": "0.3", "description": "This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo.", "permissions": [ "storage", "alarms", "https:\/\/*.aprimo.com\/", "https:\/\/*.dam.aprimo.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "login.html", "default_title": "Aprimo Chrome Extension", "default_icon": { "16": "images\/a16.png", "32": "images\/a32.png", "48": "images\/a48.png", "128": "images\/a128.png" } }, "icons": { "16": "images\/a16.png", "32": "images\/a32.png", "48": "images\/a48.png", "128": "images\/a128.png" }, "options_page": "options.html", "manifest_version": 2 } |