MediaMint Auth

Authentication library for MediaMint Extensions

什么是MediaMint Auth?

MediaMint Auth是由MediaMint Engineering Team开发的Chrome扩展程序,该扩展的主要功能是“Authentication library for MediaMint Extensions”。

扩展截图

screenshot
screenshot

下载MediaMint Auth扩展crx文件

下载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 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\/*"
    ]
}