MM - NXRL - OPSQA
This extension is for MM employees to work on AdRoll Adops.
MM - NXRL - OPSQA là gì?
MM - NXRL - OPSQA là một tiện ích mở rộng Chrome được phát triển bởi MediaMint Engineering Team, và tính năng chính của nó là "This extension is for MM employees to work on AdRoll Adops.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MM - NXRL - OPSQA
Tải xuống các tệp mở rộng MM - NXRL - OPSQA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MM - NXRL - OPSQA |
ID | pookbamlficnolemdgfomjkejecanaml |
URL Chính Thức | https://chromewebstore.google.com/detail/mm-nxrl-opsqa/pookbamlficnolemdgfomjkejecanaml |
Mô tả | This extension is for MM employees to work on AdRoll Adops. |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 4.0.0 |
Cập Nhật Lần Cuối | 2023-08-22 |
Ngày Phát Hành | 2020-06-25 |
Nhà Phát Triển | MediaMint Engineering Team |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.mediamint.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |