MediaMint Auth
Authentication library for MediaMint Extensions
Vad är MediaMint Auth?
MediaMint Auth är en Chrome-tillägg utvecklad av MediaMint Engineering Team, och dess huvudfunktion är "Authentication library for MediaMint Extensions".
Tilläggsskärmbilder
Ladda ner MediaMint Auth-förlängningens CRX-fil
Ladda ner MediaMint Auth-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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] Grundläggande Information om Tillägg
| Namn | |
| ID | dcaeegephpjghcpfjpnagcmghlmpdjfo |
| Officiell webbadress | https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo |
| Beskrivning | Authentication library for MediaMint Extensions |
| Filstorlek | 69.08 KB |
| Antal Installationer | 316 |
| Aktuell Version | 2.9 |
| Senast Uppdaterad | 2023-10-05 |
| Publiceringsdatum | 2020-05-20 |
| Utvecklare | MediaMint Engineering Team |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.mediamint.com/privacy-policy |
| Stödda Språk | 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\/*"
]
} | |