Prim API Connector v2
Visual testing tool to Prim API v2 resources
What is Prim API Connector v2?
Prim API Connector v2 is a Chrome extension developed by https://prim.bg, and its main feature is "Visual testing tool to Prim API v2 resources".
Extension Screenshots
Download Prim API Connector v2 Extension CRX File
Download Prim API Connector v2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Prim API Connector v2 |
ID | bgiejcfddehdhboieegadlldlhdkbopf |
Official URL | https://chromewebstore.google.com/detail/prim-api-connector-v2/bgiejcfddehdhboieegadlldlhdkbopf |
Description | Visual testing tool to Prim API v2 resources |
File Size | 781 KB |
Installation Count | 96 |
Current Version | 2.1 |
Last Updated | 2021-08-12 |
Publish Date | 2021-01-12 |
Developer | https://prim.bg |
[email protected] | |
Payment Type | free |
Extension Website | https://prim.bg |
Privacy Policy Page URL | https://prim.bg/privacypolicy |
Supported Languages | 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'" } |