Clay

Clay

Clayคืออะไร?

Clay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://claysql.com และคุณลักษณะหลักของมันคือ "Clay"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clay

ดาวน์โหลดไฟล์ส่วนขยาย Clay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Run SQL queries directly in Google Sheets!

We know you spend time in Google Sheets. Clay helps make Sheets your hub for data analytics. 

Connect your SQL database to Clay to insert your query results directly in Google Sheets. No more hoping between SQL editors, CSV downloads, Excel, and Dashboards! Clay’s editor puts your results directly into Google Sheets -- have your financial models, growth charts, and customer lists always up to date! 

*YOUR SQL FILES RIGHT WHERE YOU NEED THEM:
- The Clay SQL editor pops up alongside your sheet when you need it, and tucks away neatly when you don’t
- Your SQL queries are easily accessible each time you open your sheet -- no more saved text snippets

*KEEP YOUR SPREADSHEETS UP-TO-DATE: (coming soon)
- Schedule recurring queries to turn your google sheet into a powerful BI dashboard
- Click RUN or COMMAND+ENTER to update rows and columns with new data

*SUPPORTS MULTIPLE DATABASES: 
- ClaySQL currently supports Postgres Databases (Postgres, Redshift, etc.) & MySQL Databases
- Add up to 5 different database sources

*ENHANCED SECURITY FEATURES:
- Supports enhanced Security features like SSH/TSL connections to your database
- Local storage of database credentials means ClaySQL or Google can never access your data

*PRIVACY IS PARAMOUNT: 
- All of your work and private data is 100% on your machine -- not ours. ClaySQL never stores any passwords, queries, or query results
- ClaySQL can never read data on your sheets. It can only write

*Made by data analysts, for data analysts*

-------------------
After installing this extension, refresh the previously opened Google Sheet if you want to use it on this page.

We provide access to our demo database for free -- if you want to connect to your own database, consider purchasing the premium plan. 

If your database has difficulty connecting, you may need to whitelist the Clay IP address.
-------------------
Questions, comments, concerns? Reach out at [email protected] 
❤️ ❤️ ❤️                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clay Clay
ID phknkfiigeidghebonmgkcioieefmnaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clay/phknkfiigeidghebonmgkcioieefmnaj
คำอธิบาย Clay
ขนาดไฟล์ 606 KB
จำนวนการติดตั้ง 101
เวอร์ชันปัจจุบัน 1.2.26.1
อัปเดตครั้งล่าสุด 2021-04-25
วันที่เผยแพร่ 2021-03-11
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://claysql.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://claysql.com/
ภาษาที่รองรับ en
manifest.json
{
    "name": "Clay",
    "version": "1.2.26.1",
    "manifest_version": 2,
    "description": "Clay",
    "homepage_url": "https:\/\/claysql.com",
    "icons": {
        "16": "icons\/clay16.png",
        "19": "icons\/clay19.png",
        "38": "icons\/clay38.png",
        "48": "icons\/clay48.png",
        "128": "icons\/clay128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery\/jquery-3.2.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "oauth2": {
        "client_id": "http:\/\/140245056943-tuuvk1pbpta9oe5hjpue9ae6crvbro7f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "options_page": "src\/options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "js": [
                "js\/jquery\/jquery-3.2.1.min.js",
                "src\/content\/content.js"
            ],
            "css": [
                "css\/clay-query.webflow.css",
                "css\/normalize.css",
                "css\/webflow.css",
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/docs.google.com\/spreadsheets\/*",
        "identity",
        "tabs",
        "https:\/\/sheets.googleapis.com\/v4\/",
        "https:\/\/api.claysql.com\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Clay"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiPogAkHjzpqxCDRFGg4qXMvtwhe9NmnPgOUXSdfYQ8C+\/C7M5uEszOcepjXBj+KD1d81ggouxZLyLwqrihK\/wdLG\/Gev1x1ctKf3RwTsz4V9rzctQ\/WUI4ahIa38QxSgd2asxGvSqlDQ3EfuirkBjk6UpzrJ9hjMWNn57BAHlZyW1ZhXFbglLr226Ab0S4vJFVPMTyiqafo4fp27Scbfh0d4Ok+MR7leByeU0fYE+SYkOS+ez1Nfa6OVrIqLAedV+2FyYl+Rt6feHe4ly6bj35IHyoCKeLL3IviJn1YuHfoTFaUugyc\/ySP\/w7RGLdJV7EPDRoxx08HjgZH3gl4sYQIDAQAB",
    "web_accessible_resources": [
        "images\/menu.svg",
        "images\/clay-logo.svg",
        "images\/expand.svg",
        "images\/minimize.svg",
        "images\/Close.svg",
        "icons\/clay128.png"
    ]
}