MediaMint Auth
Authentication library for MediaMint Extensions
Cos'è MediaMint Auth?
MediaMint Auth è un'estensione di Chrome sviluppata da MediaMint Engineering Team, e la sua funzione principale è "Authentication library for MediaMint Extensions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MediaMint Auth
Scarica i file di estensione MediaMint Auth in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | MediaMint Auth |
ID | dcaeegephpjghcpfjpnagcmghlmpdjfo |
URL Ufficiale | https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo |
Descrizione | Authentication library for MediaMint Extensions |
Dimensione del File | 69.08 KB |
Conteggio Installazioni | 316 |
Versione Corrente | 2.9 |
Ultimo Aggiornamento | 2023-10-05 |
Data di Pubblicazione | 2020-05-20 |
Sviluppatore | MediaMint Engineering Team |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.mediamint.com/privacy-policy |
Lingue Supportate | 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\/*" ] } |