Prim API Connector v2
Visual testing tool to Prim API v2 resources
Prim API Connector v2とは何ですか?
Prim API Connector v2はhttps://prim.bgによって開発されたChromeの拡張機能で、その主な機能は「Visual testing tool to Prim API v2 resources」です。
拡張機能のスクリーンショット
Prim API Connector v2拡張機能のCRXファイルをダウンロード
Prim API Connector v2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Prim API Connector v2 |
ID | bgiejcfddehdhboieegadlldlhdkbopf |
公式URL | https://chromewebstore.google.com/detail/prim-api-connector-v2/bgiejcfddehdhboieegadlldlhdkbopf |
説明 | Visual testing tool to Prim API v2 resources |
ファイルサイズ | 781 KB |
インストール数 | 96 |
現在のバージョン | 2.1 |
最終更新日 | 2021-08-12 |
公開日 | 2021-01-12 |
開発者 | https://prim.bg |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://prim.bg |
プライバシーポリシーページのURL | https://prim.bg/privacypolicy |
対応言語 | 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'" } |