MediaMint Auth
Authentication library for MediaMint Extensions
MediaMint Authคืออะไร?
MediaMint Auth เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MediaMint Engineering Team และคุณลักษณะหลักของมันคือ "Authentication library for MediaMint Extensions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MediaMint Auth
ดาวน์โหลดไฟล์ส่วนขยาย MediaMint Auth ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Authentication Library for MediaMint Employees. This extension authenticates using an API Key. You can get the API Key from Portal -> Settings -> API Key If you were not able to see API Key, email at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MediaMint Auth |
ID | dcaeegephpjghcpfjpnagcmghlmpdjfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo |
คำอธิบาย | Authentication library for MediaMint Extensions |
ขนาดไฟล์ | 69.08 KB |
จำนวนการติดตั้ง | 316 |
เวอร์ชันปัจจุบัน | 2.9 |
อัปเดตครั้งล่าสุด | 2023-10-05 |
วันที่เผยแพร่ | 2020-05-20 |
ผู้พัฒนา | MediaMint Engineering Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.mediamint.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MediaMint Auth", "description": "Authentication library for MediaMint Extensions", "version": "2.9", "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "Auth Extension" }, "icons": { "16": "img\/mm.png", "48": "img\/mm.png", "128": "img\/mm.png" }, "permissions": [ "storage", "http:\/\/mmportal.mediamint.com\/*", "https:\/\/mmportal.mediamint.com\/*" ] } |