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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jil Jung Juk, και η κύρια λειτουργία του είναι "This is a plugin for the employees who work for the company The Media Ant for opening dashboard from the website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Media Ant
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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 } |