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 là gì?

The Media Ant là một tiện ích mở rộng Chrome được phát triển bởi Jil Jung Juk, và tính năng chính của nó là "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Media Ant

Tải xuống các tệp mở rộng The Media Ant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Media Ant The Media Ant
ID fackbhghekdoeklopdmnckblhehnidid
URL Chính Thức https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid
Mô tả This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
Kích Thước Tệp 20.11 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 2.5.4
Cập Nhật Lần Cuối 2023-05-19
Ngày Phát Hành 2019-02-05
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jil Jung Juk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://themediaant.com
Ngôn Ngữ Được Hỗ Trợ 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
}