Prim API Connector v2

Visual testing tool to Prim API v2 resources

Vad är Prim API Connector v2?

Prim API Connector v2 är en Chrome-tillägg utvecklad av https://prim.bg, och dess huvudfunktion är "Visual testing tool to Prim API v2 resources".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Prim API Connector v2-förlängningens CRX-fil

Ladda ner Prim API Connector v2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Prim API Connector v2 Prim API Connector v2
ID bgiejcfddehdhboieegadlldlhdkbopf
Officiell webbadress https://chromewebstore.google.com/detail/prim-api-connector-v2/bgiejcfddehdhboieegadlldlhdkbopf
Beskrivning Visual testing tool to Prim API v2 resources
Filstorlek 781 KB
Antal Installationer 96
Aktuell Version 2.1
Senast Uppdaterad 2021-08-12
Publiceringsdatum 2021-01-12
Utvecklare https://prim.bg
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://prim.bg
URL till Sekretesspolicy Sidan https://prim.bg/privacypolicy
Stödda Språk 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'"
}