SANDBOX

This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs

SANDBOX क्या है?

SANDBOX pkirankmr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs"।

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

screenshot

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

crx प्रारूप में SANDBOX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An API Preview tool that analyses the API responses and checks for the images, products and titles to display the catalog upfront for the developer to understand the catalog better and validate the response pictorially means.

This preview is available for Category/Search and Autosuggest pages

There is a clear information displayed regarding missing configs and required parameters in the API                    

एक्सटेंशन की मूल जानकारी

नाम SANDBOX SANDBOX
ID hcfceidbpncmflnanoohgjkccgghgdfn
आधिकारिक URL https://chromewebstore.google.com/detail/sandbox/hcfceidbpncmflnanoohgjkccgghgdfn
विवरण This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs
फ़ाइल का आकार 27.25 KB
स्थापना संख्या 168
वर्तमान संस्करण 1.3.48
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2022-09-30
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर pkirankmr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.apisandbox.in
सहायता पृष्ठ URL http://www.apisandbox.in
गोपनीयता नीति पृष्ठ URL http://www.apisandbox.in/privacypolicy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SANDBOX",
    "version": "1.3.48",
    "description": "This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs",
    "manifest_version": 3,
    "author": "Kiran Peddikuppa",
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/search.unbxd.io\/*",
        "https:\/\/search-apac.unbxd.io\/*",
        "https:\/\/search-uk.unbxd.io\/*",
        "https:\/\/search-anz.unbxd.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/search.unbxd.io\/*",
                "*:\/\/search-apac.unbxd.io\/*",
                "*:\/\/search-uk.unbxd.io\/*",
                "*:\/\/search-anz.unbxd.io\/*",
                "*:\/\/search-nam.unbxd.io\/*"
            ],
            "js": [
                "search.js"
            ],
            "css": [
                "search.css"
            ]
        },
        {
            "matches": [
                "https:\/\/g-recommendations.unbxd.io\/v3.0\/*",
                "https:\/\/apac-recommendations.unbxd.io\/v3.0\/*",
                "https:\/\/uk-recommendations.unbxd.io\/v3.0\/*",
                "https:\/\/anz-recommendations.unbxd.io\/v3.0\/*",
                "https:\/\/recommendations.unbxd.io\/v3.0\/*"
            ],
            "js": [
                "recs.js"
            ],
            "css": [
                "recs.css"
            ]
        },
        {
            "matches": [
                "*:\/\/tracker.unbxdapi.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                ".\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/tracker.unbxdapi.com\/*",
                "http:\/\/tracker.unbxdapi.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "star16.png",
        "32": "star32.png",
        "128": "star128.png"
    }
}