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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}