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」です。
拡張機能のスクリーンショット
The Media Ant拡張機能のCRXファイルをダウンロード
The Media Ant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |