MediaMint Auth
Authentication library for MediaMint Extensions
MediaMint Auth là gì?
MediaMint Auth là một tiện ích mở rộng Chrome được phát triển bởi MediaMint Engineering Team, và tính năng chính của nó là "Authentication library for MediaMint Extensions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MediaMint Auth
Tải xuống các tệp mở rộng MediaMint Auth dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MediaMint Auth |
ID | dcaeegephpjghcpfjpnagcmghlmpdjfo |
URL Chính Thức | https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo |
Mô tả | Authentication library for MediaMint Extensions |
Kích Thước Tệp | 69.08 KB |
Số Lần Cài Đặt | 316 |
Phiên Bản Hiện Tại | 2.9 |
Cập Nhật Lần Cuối | 2023-10-05 |
Ngày Phát Hành | 2020-05-20 |
Nhà Phát Triển | MediaMint Engineering Team |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.mediamint.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |