MediaMint Auth

Authentication library for MediaMint Extensions

MediaMint Auth क्या है?

MediaMint Auth MediaMint Engineering Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Authentication library for MediaMint Extensions"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MediaMint Auth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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\/*"
    ]
}