MM - PNTR - POPS

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

MM - PNTR - POPS란 무엇입니까?

MM - PNTR - POPS은(는) MediaMint Engineering Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is for MM employees to work on Pinterest PartnerOps."입니다.

확장 프로그램 스크린샷

screenshot

MM - PNTR - POPS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}