The Media Ant
This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
什麼是The Media Ant?
The Media Ant是由Jil Jung Juk開發的Chrome擴展程式,該擴展的主要功能是“This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website”。
擴展截圖
下載The Media Ant擴展crx文件
下載The Media Ant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This plugin is for the employees of The Media Ant Company. It will be useful to open admin dashboard from the website. How to use: 1. Install the plugin 2. Go to the media ant website. 3. Right click on any media you want to edit 4. From the menu choose "Edit in Dashboard" 5. Enter the admin credentials if not logged in already.
擴展基本資訊
名稱 | The Media Ant |
ID | fackbhghekdoeklopdmnckblhehnidid |
官方網址 | https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid |
簡介 | This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website |
檔案大小 | 20.11 KB |
安裝次數 | 62 |
目前版本 | 2.5.4 |
更新時間 | 2023-05-19 |
上架時間 | 2019-02-05 |
評分 | 4.67/5 共 3 次評分 |
開發者 | Jil Jung Juk |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://themediaant.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Media Ant", "description": "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website", "short_name": "TMA Admin", "version": "2.5.4", "permissions": [ "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "main.js" ] }, "manifest_version": 2 } |