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 |
官方URL | 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 } |