MediaMint Auth
Authentication library for MediaMint Extensions
Qu'est-ce que MediaMint Auth ?
MediaMint Auth est une extension Chrome développée par MediaMint Engineering Team, et sa fonction principale est "Authentication library for MediaMint Extensions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MediaMint Auth
Téléchargez les fichiers d'extension MediaMint Auth au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | MediaMint Auth |
ID | dcaeegephpjghcpfjpnagcmghlmpdjfo |
URL Officiel | https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo |
Description | Authentication library for MediaMint Extensions |
Taille du Fichier | 69.08 KB |
Nombre d'Installations | 316 |
Version Actuelle | 2.9 |
Dernière Mise à Jour | 2023-10-05 |
Date de Publication | 2020-05-20 |
Développeur | MediaMint Engineering Team |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.mediamint.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |