MM - NXRL - OPSQA

This extension is for MM employees to work on AdRoll Adops.

MM - NXRL - OPSQA란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

MM - NXRL - OPSQA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is the Adops & QA plugin for MM - NXRL - OPSQA
Calculates the timespent on a ticket.

MM - NXRL - OPSQA WorkLog 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 - NXRL - OPSQA MM - NXRL - OPSQA
ID pookbamlficnolemdgfomjkejecanaml
공식 URL https://chromewebstore.google.com/detail/mm-nxrl-opsqa/pookbamlficnolemdgfomjkejecanaml
설명 This extension is for MM employees to work on AdRoll Adops.
파일 크기 158 KB
설치 횟수 65
현재 버전 4.0.0
최근 업데이트 2023-08-22
출시 날짜 2020-06-25
개발자 MediaMint Engineering Team
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.mediamint.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "NextRoll Adops"
    },
    "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\/adops_content.js",
                "js\/adops_tasks_data.js",
                "js\/qa_content.js",
                "datepicker\/js\/jquery-ui-1.9.2.custom.min.js",
                "js\/main.js"
            ],
            "matches": [
                "https:\/\/adroll.zendesk.com\/*"
            ]
        }
    ],
    "description": "This extension is for MM employees to work on AdRoll Adops.",
    "icons": {
        "128": "img\/mm.png",
        "16": "img\/mm.png",
        "48": "img\/mm.png"
    },
    "manifest_version": 2,
    "name": "MM - NXRL - OPSQA",
    "permissions": [
        "http:\/\/mmportal.mediamint.com\/*",
        "https:\/\/mmportal.mediamint.com\/*",
        "https:\/\/adroll.zendesk.com\/*",
        "https:\/\/devcode.mediamint.com\/*",
        "https:\/\/qa.mediamint.org\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.0"
}