MM - PNTR - POPS

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

Cos'è MM - PNTR - POPS?

MM - PNTR - POPS è un'estensione di Chrome sviluppata da MediaMint Engineering Team, e la sua funzione principale è "This extension is for MM employees to work on Pinterest PartnerOps.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MM - PNTR - POPS

Scarica i file di estensione MM - PNTR - POPS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MM - PNTR - POPS MM - PNTR - POPS
ID lfaeiohecaphkhcmajjmgaldaloimkkl
URL Ufficiale https://chromewebstore.google.com/detail/mm-pntr-pops/lfaeiohecaphkhcmajjmgaldaloimkkl
Descrizione This extension is for MM employees to work on Pinterest PartnerOps.
Dimensione del File 121 KB
Conteggio Installazioni 105
Versione Corrente 1.4
Ultimo Aggiornamento 2022-08-05
Data di Pubblicazione 2020-02-27
Sviluppatore MediaMint Engineering Team
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mediamint.com/privacy-policy
Lingue Supportate 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"
}