MediaMint Auth
Authentication library for MediaMint Extensions
Wat is MediaMint Auth?
MediaMint Auth is een Chrome-extensie ontwikkeld door MediaMint Engineering Team, en de belangrijkste functie is "Authentication library for MediaMint Extensions".
Extensie Screenshots
Download het CRX-bestand van de extensie MediaMint Auth
Download MediaMint Auth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | MediaMint Auth |
ID | dcaeegephpjghcpfjpnagcmghlmpdjfo |
Officiële URL | https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo |
Beschrijving | Authentication library for MediaMint Extensions |
Bestandsgrootte | 69.08 KB |
Aantal Installaties | 316 |
Huidige Versie | 2.9 |
Laatst Bijgewerkt | 2023-10-05 |
Publicatiedatum | 2020-05-20 |
Ontwikkelaar | MediaMint Engineering Team |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.mediamint.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |