Prim API Connector v2

Visual testing tool to Prim API v2 resources

什麼是Prim API Connector v2?

Prim API Connector v2是由https://prim.bg開發的Chrome擴展程式,該擴展的主要功能是“Visual testing tool to Prim API v2 resources”。

擴展截圖

screenshot
screenshot
screenshot

下載Prim API Connector v2擴展crx文件

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

擴展使用說明

                        Visual testing tool to Prim API v2 resources.
Allow access to all available resources and visualize the flow, data structure, dependencies and result using API v2 resources. Helps developers better understand how to implement PRIM API v2 better and faster. Provides visual Request builder and Response handling.                    

擴展基本資訊

名稱 Prim API Connector v2 Prim API Connector v2
ID bgiejcfddehdhboieegadlldlhdkbopf
官方網址 https://chromewebstore.google.com/detail/prim-api-connector-v2/bgiejcfddehdhboieegadlldlhdkbopf
簡介 Visual testing tool to Prim API v2 resources
檔案大小 781 KB
安裝次數 96
目前版本 2.1
更新時間 2021-08-12
上架時間 2021-01-12
開發者 https://prim.bg
電子郵箱 [email protected]
付費類型 free
擴展官網 https://prim.bg
隱私政策頁面URL https://prim.bg/privacypolicy
支援的語言 bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prim API Connector v2",
    "description": "Visual testing tool to Prim API v2 resources",
    "short_name": "PrimApi.v2",
    "version": "2.1",
    "author": "Antipodes ltd.",
    "browser_action": {
        "default_icon": "images\/logo64.png"
    },
    "icons": {
        "64": "images\/logo64.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}