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.”。

扩展截图

screenshot

下载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 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
}