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 - это расширение Chrome, разработанное Jil Jung Juk, и его основная функция - "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения The Media Ant

Скачайте файлы расширений 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 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
}