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