SANDBOX

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

Qu'est-ce que SANDBOX ?

SANDBOX est une extension Chrome développée par pkirankmr, et sa fonction principale est "This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SANDBOX

Téléchargez les fichiers d'extension SANDBOX au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SANDBOX SANDBOX
ID hcfceidbpncmflnanoohgjkccgghgdfn
URL Officiel https://chromewebstore.google.com/detail/sandbox/hcfceidbpncmflnanoohgjkccgghgdfn
Description This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs
Taille du Fichier 27.25 KB
Nombre d'Installations 168
Version Actuelle 1.3.48
Dernière Mise à Jour 2024-02-21
Date de Publication 2022-09-30
Évaluation 5.00/5 Total 7 Évaluations
Développeur pkirankmr
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.apisandbox.in
URL de la Page d'Aide http://www.apisandbox.in
URL de la Page de Politique de Confidentialité http://www.apisandbox.in/privacypolicy.html
Langues Prises en Charge 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"
    }
}