MM - PNTR - POPS

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

O que é MM - PNTR - POPS?

MM - PNTR - POPS é uma extensão do Chrome desenvolvida por MediaMint Engineering Team, e sua principal característica é "This extension is for MM employees to work on Pinterest PartnerOps.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MM - PNTR - POPS

Baixe arquivos de extensão MM - PNTR - POPS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MM - PNTR - POPS MM - PNTR - POPS
ID lfaeiohecaphkhcmajjmgaldaloimkkl
URL Oficial https://chromewebstore.google.com/detail/mm-pntr-pops/lfaeiohecaphkhcmajjmgaldaloimkkl
Descrição This extension is for MM employees to work on Pinterest PartnerOps.
Tamanho do Arquivo 121 KB
Contagem de Instalações 105
Versão Atual 1.4
Última Atualização 2022-08-05
Data de Publicação 2020-02-27
Desenvolvedor MediaMint Engineering Team
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.mediamint.com/privacy-policy
Idiomas Suportados 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"
}