MediaMint Auth
Authentication library for MediaMint Extensions
Co to jest MediaMint Auth?
MediaMint Auth to rozszerzenie Chrome opracowane przez MediaMint Engineering Team, a jego główną funkcją jest „Authentication library for MediaMint Extensions”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MediaMint Auth
Pobierz pliki rozszerzeń MediaMint Auth w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | MediaMint Auth |
ID | dcaeegephpjghcpfjpnagcmghlmpdjfo |
Oficjalny URL | https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo |
Opis | Authentication library for MediaMint Extensions |
Rozmiar pliku | 69.08 KB |
Liczba instalacji | 316 |
Aktualna Wersja | 2.9 |
Ostatnia Aktualizacja | 2023-10-05 |
Data Publikacji | 2020-05-20 |
Deweloper | MediaMint Engineering Team |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.mediamint.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } |