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
官方網址 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\/*"
    ]
}