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 } |