The Media Ant
This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
Cos'è The Media Ant?
The Media Ant è un'estensione di Chrome sviluppata da Jil Jung Juk, e la sua funzione principale è "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Media Ant
Scarica i file di estensione The Media Ant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | The Media Ant |
ID | fackbhghekdoeklopdmnckblhehnidid |
URL Ufficiale | https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid |
Descrizione | This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website |
Dimensione del File | 20.11 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 2.5.4 |
Ultimo Aggiornamento | 2023-05-19 |
Data di Pubblicazione | 2019-02-05 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Jil Jung Juk |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://themediaant.com |
Lingue Supportate | 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 } |