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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is an open-source example of how a developer can leverage Aprimo APIs to show tasks outside Aprimo."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Aprimo Tasks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}