MM - PNTR - POPS
This extension is for MM employees to work on Pinterest PartnerOps.
Was ist MM - PNTR - POPS?
MM - PNTR - POPS ist eine Chrome-Erweiterung, die von MediaMint Engineering Team entwickelt wurde, und ihr Hauptmerkmal ist "This extension is for MM employees to work on Pinterest PartnerOps.".
Erweiterungsscreenshots
MM - PNTR - POPS-Erweiterungs-CRX-Datei herunterladen
Laden Sie MM - PNTR - POPS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | MM - PNTR - POPS |
ID | lfaeiohecaphkhcmajjmgaldaloimkkl |
Offizielle URL | https://chromewebstore.google.com/detail/mm-pntr-pops/lfaeiohecaphkhcmajjmgaldaloimkkl |
Beschreibung | This extension is for MM employees to work on Pinterest PartnerOps. |
Dateigröße | 121 KB |
Installationsanzahl | 105 |
Aktuelle Version | 1.4 |
Letztes Update | 2022-08-05 |
Veröffentlichungsdatum | 2020-02-27 |
Entwickler | MediaMint Engineering Team |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.mediamint.com/privacy-policy |
Unterstützte Sprachen | 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" } |