Prim API Connector v2
Visual testing tool to Prim API v2 resources
Prim API Connector v2 là gì?
Prim API Connector v2 là một tiện ích mở rộng Chrome được phát triển bởi https://prim.bg, và tính năng chính của nó là "Visual testing tool to Prim API v2 resources".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Prim API Connector v2
Tải xuống các tệp mở rộng Prim API Connector v2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Prim API Connector v2 |
ID | bgiejcfddehdhboieegadlldlhdkbopf |
URL Chính Thức | https://chromewebstore.google.com/detail/prim-api-connector-v2/bgiejcfddehdhboieegadlldlhdkbopf |
Mô tả | Visual testing tool to Prim API v2 resources |
Kích Thước Tệp | 781 KB |
Số Lần Cài Đặt | 96 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2021-08-12 |
Ngày Phát Hành | 2021-01-12 |
Nhà Phát Triển | https://prim.bg |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://prim.bg |
URL Trang Chính Sách Bảo Mật | https://prim.bg/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |