Prim API Connector v2
Visual testing tool to Prim API v2 resources
Wat is Prim API Connector v2?
Prim API Connector v2 is een Chrome-extensie ontwikkeld door https://prim.bg, en de belangrijkste functie is "Visual testing tool to Prim API v2 resources".
Extensie Screenshots
Download het CRX-bestand van de extensie Prim API Connector v2
Download Prim API Connector v2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Prim API Connector v2 |
ID | bgiejcfddehdhboieegadlldlhdkbopf |
Officiële URL | https://chromewebstore.google.com/detail/prim-api-connector-v2/bgiejcfddehdhboieegadlldlhdkbopf |
Beschrijving | Visual testing tool to Prim API v2 resources |
Bestandsgrootte | 781 KB |
Aantal Installaties | 96 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2021-08-12 |
Publicatiedatum | 2021-01-12 |
Ontwikkelaar | https://prim.bg |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://prim.bg |
URL van de Privacybeleid Pagina | https://prim.bg/privacypolicy |
Ondersteunde Talen | 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'" } |