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はAprimo Connectによって開発されたChromeの拡張機能で、その主な機能は「This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo.」です。
拡張機能のスクリーンショット
Aprimo Tasks拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |