MM - PNTR - POPS

This extension is for MM employees to work on Pinterest PartnerOps.

Что такое MM - PNTR - POPS?

MM - PNTR - POPS - это расширение Chrome, разработанное MediaMint Engineering Team, и его основная функция - "This extension is for MM employees to work on Pinterest PartnerOps.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения MM - PNTR - POPS

Скачайте файлы расширений MM - PNTR - POPS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is the Pinterest PartnerOps  plugin for MM employees
Calculates the time spent on a ticket.

Pinterest PartnerOps is an internal extension that lets you.
1. Work on zendesk tickets with simple Start, Pause and Stop button.
2. Calculates the timespent on tickets in zendesk.
3. Removes manual entries in timetracker.

Increase Productivity, save time.                    

Основная информация о расширении

Название MM - PNTR - POPS MM - PNTR - POPS
ID lfaeiohecaphkhcmajjmgaldaloimkkl
Официальный URL https://chromewebstore.google.com/detail/mm-pntr-pops/lfaeiohecaphkhcmajjmgaldaloimkkl
Описание This extension is for MM employees to work on Pinterest PartnerOps.
Размер файла 121 KB
Количество установок 105
Текущая Версия 1.4
Последнее Обновление 2022-08-05
Дата публикации 2020-02-27
Разработчик MediaMint Engineering Team
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.mediamint.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Pinterest PartnerOps"
    },
    "content_scripts": [
        {
            "css": [
                "datepicker\/css\/base\/jquery-ui-1.9.2.custom.min.css"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/jquery.tinytimer.js",
                "js\/content.js",
                "datepicker\/js\/jquery-ui-1.9.2.custom.min.js"
            ],
            "matches": [
                "https:\/\/pinterest-business.zendesk.com\/*",
                "https:\/\/pinterest.zendesk.com\/*",
                "https:\/\/pinterest2.zendesk.com\/*"
            ]
        }
    ],
    "description": "This extension is for MM employees to work on Pinterest PartnerOps.",
    "manifest_version": 2,
    "name": "MM - PNTR - POPS",
    "permissions": [
        "http:\/\/mmportal.mediamint.com\/*",
        "https:\/\/mmportal.mediamint.com\/*",
        "http:\/\/devcode.mediamint.com\/*",
        "https:\/\/devcode.mediamint.com\/*",
        "http:\/\/qa.mediamint.org\/*",
        "https:\/\/qa.mediamint.org\/*",
        "https:\/\/pinterest-business.zendesk.com\/*",
        "https:\/\/pinterest.zendesk.com\/*",
        "https:\/\/pinterest2.zendesk.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}