The Media Ant
This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
O que é The Media Ant?
The Media Ant é uma extensão do Chrome desenvolvida por Jil Jung Juk, e sua principal característica é "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Media Ant
Baixe arquivos de extensão The Media Ant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | The Media Ant |
ID | fackbhghekdoeklopdmnckblhehnidid |
URL Oficial | https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid |
Descrição | This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website |
Tamanho do Arquivo | 20.11 KB |
Contagem de Instalações | 62 |
Versão Atual | 2.5.4 |
Última Atualização | 2023-05-19 |
Data de Publicação | 2019-02-05 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | Jil Jung Juk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://themediaant.com |
Idiomas Suportados | 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 } |