Prim API Connector v2

Visual testing tool to Prim API v2 resources

Prim API Connector v2 क्या है?

Prim API Connector v2 https://prim.bg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visual testing tool to Prim API v2 resources"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prim API Connector v2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}