SdbNavigator

SdbNavigator is a free and open source Amazon SimpleDB Administration Interface.

Τι είναι το SdbNavigator;

Το SdbNavigator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kingsquare, και η κύρια λειτουργία του είναι "SdbNavigator is a free and open source Amazon SimpleDB Administration Interface.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SdbNavigator

Λήψη αρχείων επέκτασης SdbNavigator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SdbNavigator is a free and open source Amazon SimpleDB web interface. 

* No server-side scripts needed: do everything from your browser
* Manage domains, Create, Read, Update and Delete
* Manage records, Create, Read, Update and Delete
* Find records using your own queries, or by sorting on properties
* Quickly edit records using a convenient interface
* Convenient interface like PhpMyAdmin. 

Usage
-----

To make the data more manageable, SdbNavigator uses a 'virtual schema' for a schema-less database.

* Fire up Google Chrome and the plugin
* Open a new tab
* Sign in for your AWS amazon account at https://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key
* Copy and paste the "Access Key ID" and "Secret Access Key" into the corresponding fields on the plugin-page
* Choose your nearest Region.
* Click connect
* Now choose a domain on the left-hand side, or create a new one.
* Add some properties to the selected domain (if they could not be retrieved by scanning existing records)
* Start adding new records using the defined properties

PLEASE NOTE that your AWS credentials will be stored in a local cookie so don't use this plugin on any public computer. This free, beta software is released under GPL v3 and comes with absolutely no warranty. Make sure you have backup of important data before using this software. 

SdbNavigator uses Sencha's ExtJS 4 as JavaScript and UI framework with icons by famfamfam.com.

More info on http://www.kingsquare.nl/sdbnavigator
Source hosted on Github https://github.com/Kingsquare/sdbnavigator                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SdbNavigator SdbNavigator
ID ddhigekdfabonefhiildaiccafacphgg
Επίσημο URL https://chromewebstore.google.com/detail/sdbnavigator/ddhigekdfabonefhiildaiccafacphgg
Περιγραφή SdbNavigator is a free and open source Amazon SimpleDB Administration Interface.
Μέγεθος Αρχείου 1.82 MB
Αριθμός Εγκαταστάσεων 2,622
Τρέχουσα Έκδοση 2.0.11
Τελευταία Ενημέρωση 2022-08-16
Ημερομηνία Δημοσίευσης 2017-05-29
Αξιολόγηση 4.43/5 Συνολικά 42 Αξιολογήσεις
Προγραμματιστής Kingsquare
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Reggino/sdbnavigator
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Reggino/sdbnavigator
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SdbNavigator",
    "version": "2.0.11",
    "description": "SdbNavigator is a free and open source Amazon SimpleDB Administration Interface.",
    "browser_action": {
        "default_icon": "resources\/img\/icon.png",
        "default_popup": "extension.html"
    },
    "icons": {
        "16": "resources\/img\/icon16.png",
        "48": "resources\/img\/icon48.png",
        "128": "resources\/img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/sdb.amazonaws.com\/*",
        "https:\/\/sdb.us-west-1.amazonaws.com\/*",
        "https:\/\/sdb.us-west-2.amazonaws.com\/*",
        "https:\/\/sdb.eu-west-1.amazonaws.com\/*",
        "https:\/\/sdb.ap-southeast-1.amazonaws.com\/*",
        "https:\/\/sdb.ap-southeast-2.amazonaws.com\/*",
        "https:\/\/sdb.ap-northeast-1.amazonaws.com\/*",
        "https:\/\/sdb.sa-east-1.amazonaws.com\/*"
    ]
}