MM - PNTR - POPS
This extension is for MM employees to work on Pinterest PartnerOps.
What is MM - PNTR - POPS?
MM - PNTR - POPS is a Chrome extension developed by MediaMint Engineering Team, and its main feature is "This extension is for MM employees to work on Pinterest PartnerOps.".
Extension Screenshots
Download MM - PNTR - POPS Extension CRX File
Download MM - PNTR - POPS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MM - PNTR - POPS |
ID | lfaeiohecaphkhcmajjmgaldaloimkkl |
Official URL | https://chromewebstore.google.com/detail/mm-pntr-pops/lfaeiohecaphkhcmajjmgaldaloimkkl |
Description | This extension is for MM employees to work on Pinterest PartnerOps. |
File Size | 121 KB |
Installation Count | 105 |
Current Version | 1.4 |
Last Updated | 2022-08-05 |
Publish Date | 2020-02-27 |
Developer | MediaMint Engineering Team |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.mediamint.com/privacy-policy |
Supported Languages | 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" } |