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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |