The Media Ant

This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website

Co to jest The Media Ant?

The Media Ant to rozszerzenie Chrome opracowane przez Jil Jung Juk, a jego główną funkcją jest „This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia The Media Ant

Pobierz pliki rozszerzeń The Media Ant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Media Ant The Media Ant
ID fackbhghekdoeklopdmnckblhehnidid
Oficjalny URL https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid
Opis This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
Rozmiar pliku 20.11 KB
Liczba instalacji 62
Aktualna Wersja 2.5.4
Ostatnia Aktualizacja 2023-05-19
Data Publikacji 2019-02-05
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Jil Jung Juk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://themediaant.com
Obsługiwane Języki 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
}