MediaMint Auth

Authentication library for MediaMint Extensions

ما هو MediaMint Auth؟

MediaMint Auth هو إضافة Chrome تم تطويرها بواسطة MediaMint Engineering Team، والميزة الرئيسية لها هي "Authentication library for MediaMint Extensions".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة MediaMint Auth

قم بتنزيل ملفات الامتداد MediaMint Auth بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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]                    

معلومات أساسية عن التمديد

الاسم MediaMint Auth MediaMint Auth
ID dcaeegephpjghcpfjpnagcmghlmpdjfo
عنوان URL الرسمي https://chromewebstore.google.com/detail/mediamint-auth/dcaeegephpjghcpfjpnagcmghlmpdjfo
الوصف Authentication library for MediaMint Extensions
حجم الملف 69.08 KB
عدد التثبيتات 316
النسخة الحالية 2.9
آخر تحديث 2023-10-05
تاريخ النشر 2020-05-20
المطور MediaMint Engineering Team
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.mediamint.com/privacy-policy
اللغات المدعومة 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\/*"
    ]
}