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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website"입니다.

확장 프로그램 스크린샷

screenshot

The Media Ant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}