The Media Ant
This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website
Qu'est-ce que The Media Ant ?
The Media Ant est une extension Chrome développée par Jil Jung Juk, et sa fonction principale est "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Media Ant
Téléchargez les fichiers d'extension The Media Ant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | The Media Ant |
ID | fackbhghekdoeklopdmnckblhehnidid |
URL Officiel | https://chromewebstore.google.com/detail/the-media-ant/fackbhghekdoeklopdmnckblhehnidid |
Description | This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website |
Taille du Fichier | 20.11 KB |
Nombre d'Installations | 62 |
Version Actuelle | 2.5.4 |
Dernière Mise à Jour | 2023-05-19 |
Date de Publication | 2019-02-05 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Jil Jung Juk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://themediaant.com |
Langues Prises en Charge | 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 } |