The Media Ant

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

Vad är The Media Ant?

The Media Ant är en Chrome-tillägg utvecklad av Jil Jung Juk, och dess huvudfunktion är "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".

Tilläggsskärmbilder

screenshot

Ladda ner The Media Ant-förlängningens CRX-fil

Ladda ner The Media Ant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn The Media Ant The Media Ant
ID fackbhghekdoeklopdmnckblhehnidid
Officiell webbadress https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid
Beskrivning This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
Filstorlek 20.11 KB
Antal Installationer 62
Aktuell Version 2.5.4
Senast Uppdaterad 2023-05-19
Publiceringsdatum 2019-02-05
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare Jil Jung Juk
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://themediaant.com
Stödda Språk 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
}