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ファイルをダウンロード

MM - NXRL - OPSQA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}