Prim API Connector v2

Visual testing tool to Prim API v2 resources

Was ist Prim API Connector v2?

Prim API Connector v2 ist eine Chrome-Erweiterung, die von https://prim.bg entwickelt wurde, und ihr Hauptmerkmal ist "Visual testing tool to Prim API v2 resources".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Prim API Connector v2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prim API Connector v2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Prim API Connector v2 Prim API Connector v2
ID bgiejcfddehdhboieegadlldlhdkbopf
Offizielle URL https://chromewebstore.google.com/detail/prim-api-connector-v2/bgiejcfddehdhboieegadlldlhdkbopf
Beschreibung Visual testing tool to Prim API v2 resources
Dateigröße 781 KB
Installationsanzahl 96
Aktuelle Version 2.1
Letztes Update 2021-08-12
Veröffentlichungsdatum 2021-01-12
Entwickler https://prim.bg
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://prim.bg
URL der Datenschutzrichtlinien-Seite https://prim.bg/privacypolicy
Unterstützte Sprachen 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'"
}