The Media Ant
This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
What is The Media Ant?
The Media Ant is a Chrome extension developed by Jil Jung Juk, and its main feature is "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".
Extension Screenshots
Download The Media Ant Extension CRX File
Download The Media Ant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | The Media Ant |
ID | fackbhghekdoeklopdmnckblhehnidid |
Official URL | https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid |
Description | This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website |
File Size | 20.11 KB |
Installation Count | 62 |
Current Version | 2.5.4 |
Last Updated | 2023-05-19 |
Publish Date | 2019-02-05 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Jil Jung Juk |
[email protected] | |
Payment Type | free |
Extension Website | http://themediaant.com |
Supported Languages | 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 } |