MediaMint Auth

Authentication library for MediaMint Extensions

What is MediaMint Auth?

MediaMint Auth is a Chrome extension developed by MediaMint Engineering Team, and its main feature is "Authentication library for MediaMint Extensions".

Extension Screenshots

screenshot
screenshot

Download MediaMint Auth Extension CRX File

Download MediaMint Auth extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name MediaMint Auth MediaMint Auth
ID dcaeegephpjghcpfjpnagcmghlmpdjfo
Official URL https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo
Description Authentication library for MediaMint Extensions
File Size 69.08 KB
Installation Count 316
Current Version 2.9
Last Updated 2023-10-05
Publish Date 2020-05-20
Developer MediaMint Engineering Team
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.mediamint.com/privacy-policy
Supported Languages 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\/*"
    ]
}