Aprimo Tasks

This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo.

Aprimo Tasks là gì?

Aprimo Tasks là một tiện ích mở rộng Chrome được phát triển bởi Aprimo Connect, và tính năng chính của nó là "This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aprimo Tasks

Tải xuống các tệp mở rộng Aprimo Tasks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aprimo Tasks Aprimo Tasks
ID hflflhncilohipagagghknojccpeffco
URL Chính Thức https://chromewebstore.google.com/detail/aprimo-tasks/hflflhncilohipagagghknojccpeffco
Mô tả This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo.
Kích Thước Tệp 56.18 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2022-04-22
Ngày Phát Hành 2019-09-23
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Aprimo Connect
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aprimo.com
Ngôn Ngữ Được Hỗ Trợ 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
}