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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में The Media Ant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}