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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}