AspenUtil - SQL 'IN' converter & more

Simple converter for Aspen power users, and anyone else doing SQL 'IN' queries.

Τι είναι το AspenUtil - SQL 'IN' converter & more;

Το AspenUtil - SQL 'IN' converter & more είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stephen Lyle, και η κύρια λειτουργία του είναι "Simple converter for Aspen power users, and anyone else doing SQL 'IN' queries.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AspenUtil - SQL 'IN' converter & more

Λήψη αρχείων επέκτασης AspenUtil - SQL 'IN' converter & more σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This utility has three features:
1) Prepares a list of values to be used with a SQL "IN" query. 
2) Converts a date to a timestamp (Unix time or epoch...in milliseconds)
3) Converts a timestamp (in milliseconds) to a date

For SQL 'IN' Queries:
=====================
This utility can be used in any situation where you need to convert a series of values to being comma delimited with single quotes around each value.

INSTRUCTIONS: 
Step 1: Take a list of values (for example, copied from a spreadsheet or SQL Query editor) and paste it into the textarea of this extension.
Step 2: Click the "Convert" button. 

That's it! Your string will be automatically converted and copied to your clipboard!


For Date to Timestamp Conversions:
==================================
Enter a date in the format of your choosing (5/1/2016, or May 1, 2016) and click the "Convert" button. You will get back the timestamp (Unix time or epoch) in milliseconds, automatically copied to your clipboard.

Similarly, if you enter a timestamp in milliseconds, it will give you the date.                    

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

Όνομα AspenUtil - SQL 'IN' converter & more AspenUtil - SQL 'IN' converter & more
ID gofaemdainmnfjcipjgbmfaidnlemiea
Επίσημο URL https://chromewebstore.google.com/detail/aspenutil-sql-in-converte/gofaemdainmnfjcipjgbmfaidnlemiea
Περιγραφή Simple converter for Aspen power users, and anyone else doing SQL 'IN' queries.
Μέγεθος Αρχείου 39.56 KB
Αριθμός Εγκαταστάσεων 3,487
Τρέχουσα Έκδοση 1.9
Τελευταία Ενημέρωση 2018-10-02
Ημερομηνία Δημοσίευσης 2018-10-02
Αξιολόγηση 4.78/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Stephen Lyle
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_19.png",
            "32": "assets\/icon_32.png"
        },
        "default_popup": "index.html",
        "default_title": "AspenUtil - SQL 'IN' converter & more"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgXmH1M0D6B6wgt3EHiZ4kCubQ7iyX5QBd+Lc+Ex9IY6AklmV6fvcHdSRudDbuNbJuOAt7E0B47t4wrPiiCZghspyyVO7VJh9I0a+OwIbiybcWLyb4PEDZnmejrh4EraimFDts0COKPEcpO5o9wztoMH15t7KC\/vJmsAexvV6mRI4C6v7vujQl3QbKnOS1w70GRsaMPw\/9wiKLl9BHI8YZ\/XI8sYdk6sx2xtBxjtuDylZp+KlOEOXAW7kMV5\/pcw7ALZ1koFUAsz7sTnDFN9t4K2vZqEiwpFTLBalZQTBhdIQDis36BLeR7NGFYW7B71NBNtvbX\/BQ\/R9\/NOS6hxkPQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "23",
    "name": "AspenUtil - SQL 'IN' converter & more",
    "short_name": "Converter for SQL",
    "description": "Simple converter for Aspen power users, and anyone else doing SQL 'IN' queries.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9"
}