The Media Ant

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

Was ist The Media Ant?

The Media Ant ist eine Chrome-Erweiterung, die von Jil Jung Juk entwickelt wurde, und ihr Hauptmerkmal ist "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".

Erweiterungsscreenshots

screenshot

The Media Ant-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Media Ant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name The Media Ant The Media Ant
ID fackbhghekdoeklopdmnckblhehnidid
Offizielle URL https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid
Beschreibung This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
Dateigröße 20.11 KB
Installationsanzahl 62
Aktuelle Version 2.5.4
Letztes Update 2023-05-19
Veröffentlichungsdatum 2019-02-05
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Jil Jung Juk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://themediaant.com
Unterstützte Sprachen 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
}