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.…

Was ist euclid for Dynamo DB?

euclid for Dynamo DB ist eine Chrome-Erweiterung, die von One Six Solutions entwickelt wurde, und ihr Hauptmerkmal ist "Key features of the DynamoDB client include: 1. Querying data by its partition key, sort key and miscellaneous column filters. 2.…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

euclid for Dynamo DB-Erweiterungs-CRX-Datei herunterladen

Laden Sie euclid for Dynamo DB-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name euclid for Dynamo DB euclid for Dynamo DB
ID eiehmnnpbljpncnpognjafpdefgonhhc
Offizielle URL https://chromewebstore.google.com/detail/euclid-for-dynamo-db/eiehmnnpbljpncnpognjafpdefgonhhc
Beschreibung Key features of the DynamoDB client include: 1. Querying data by its partition key, sort key and miscellaneous column filters. 2.…
Dateigröße 1.55 MB
Installationsanzahl 112
Aktuelle Version 3.0.0
Letztes Update 2019-10-01
Veröffentlichungsdatum 2019-10-01
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler One Six Solutions
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.iubenda.com/privacy-policy/46051555
Unterstützte Sprachen 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'"
}