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 je The Media Ant?

The Media Ant je rozšíření Chrome vyvinuté Jil Jung Juk, a jeho hlavní funkcí je „This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Media Ant

Stáhněte si soubory rozšíření The Media Ant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název The Media Ant The Media Ant
ID fackbhghekdoeklopdmnckblhehnidid
Oficiální URL https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid
Popis This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
Velikost souboru 20.11 KB
Počet instalací 62
Aktuální Verze 2.5.4
Poslední Aktualizace 2023-05-19
Datum Vydání 2019-02-05
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář Jil Jung Juk
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://themediaant.com
Podporované Jazyky 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
}