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.」です。
拡張機能のスクリーンショット
MM - PNTR - POPS拡張機能のCRXファイルをダウンロード
MM - PNTR - POPS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } |