Prim API Connector v2

Visual testing tool to Prim API v2 resources

Prim API Connector v2คืออะไร?

Prim API Connector v2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prim.bg และคุณลักษณะหลักของมันคือ "Visual testing tool to Prim API v2 resources"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prim API Connector v2

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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'"
}