SANDBOX

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

什麼是SANDBOX?

SANDBOX是由pkirankmr開發的Chrome擴展程式,該擴展的主要功能是“This is an API preview tool for UNBXD Search, Browse, Autosuggest, RECS APIs”。

擴展截圖

screenshot

下載SANDBOX擴展crx文件

下載SANDBOX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}