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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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