MediaMint Auth
Authentication library for MediaMint Extensions
MediaMint Authとは何ですか?
MediaMint AuthはMediaMint Engineering Teamによって開発されたChromeの拡張機能で、その主な機能は「Authentication library for MediaMint Extensions」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } |