euclid for Dynamo DB

Key features of the DynamoDB client include: 1. Querying data by its partition key, sort key and miscellaneous column filters. 2.…

Что такое euclid for Dynamo DB?

euclid for Dynamo DB - это расширение Chrome, разработанное One Six Solutions, и его основная функция - "Key features of the DynamoDB client include: 1. Querying data by its partition key, sort key and miscellaneous column filters. 2.…".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения euclid for Dynamo DB

Скачайте файлы расширений euclid for Dynamo DB в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Key features of the DynamoDB client include:

1. Querying data by its partition key, sort key and miscellaneous column filters. 
2. Build queries on the fly from the results.
2. Adding favorite tables for quick access.
3. Query history to quickly switch to past queries.
4. Navigate through query history.

--------------------------------

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

Основная информация о расширении

Название euclid for Dynamo DB euclid for Dynamo DB
ID eiehmnnpbljpncnpognjafpdefgonhhc
Официальный URL https://chromewebstore.google.com/detail/euclid-for-dynamo-db/eiehmnnpbljpncnpognjafpdefgonhhc
Описание Key features of the DynamoDB client include: 1. Querying data by its partition key, sort key and miscellaneous column filters. 2.…
Размер файла 1.55 MB
Количество установок 112
Текущая Версия 3.0.0
Последнее Обновление 2019-10-01
Дата публикации 2019-10-01
Рейтинг 4.60/5 Всего 5 оценок
Разработчик One Six Solutions
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.iubenda.com/privacy-policy/46051555
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "euclid for Dynamo DB",
    "short_name": "A simple DynamoDB client",
    "version": "3.0.0",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}