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.”。
擴展截圖
下載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 |
ID | pookbamlficnolemdgfomjkejecanaml |
官方網址 | 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" } |