Secoda

Seamlessly integrate Secoda into your daily workflow, and give everyone the confidence to find and understand data.

Secodaคืออะไร?

Secoda เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Secoda และคุณลักษณะหลักของมันคือ "Seamlessly integrate Secoda into your daily workflow, and give everyone the confidence to find and understand data."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        You’ll be able to:
🔍 Find and edit Secoda metadata directly in the most popular BI and data warehouse tools such as Looker, Tableau, Snowflake, BigQuery, and more
📍 Access and search resource lineage from your BI and data warehouse tools
💬 Start conversations and ask questions to Secoda AI
👨‍💻 Grab text from any website, and search Secoda

Even if you have dozens of tabs and windows open (we’re guilty of this as well…), Secoda is now instantly accessible, and the extension is packed with features that will help you and your team work even faster.                    

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

ชื่อ Secoda Secoda
ID akcolkhleaionhppniljgglpeeohkljk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/secoda/akcolkhleaionhppniljgglpeeohkljk
คำอธิบาย Seamlessly integrate Secoda into your daily workflow, and give everyone the confidence to find and understand data.
ขนาดไฟล์ 956 KB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2023-08-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Secoda
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.secoda.co/
URL หน้าช่วยเหลือ https://docs.secoda.co/features/chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://docs.secoda.co/policies/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.1.0",
    "author": "Sonam Wangyal ",
    "name": "Secoda",
    "description": "Seamlessly integrate Secoda into your daily workflow, and give everyone the confidence to find and understand data.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.04ff201a.js"
            ],
            "css": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5006\/*",
            "https:\/\/development.secoda.co\/*",
            "https:\/\/app.secoda.co\/*",
            "https:\/\/eu.secoda.co\/*",
            "https:\/\/apac.secoda.co\/*",
            "https:\/\/emed.secoda.co\/*",
            "https:\/\/secoda.nocd-tools.com\/*",
            "https:\/\/rearc.secoda.co\/*",
            "https:\/\/ccomtl.secoda.co\/*",
            "https:\/\/knowledgehub.secoda.co\/*",
            "https:\/\/secoda.7shifts.software\/*",
            "https:\/\/secoda.es-catapult.org.uk\/*",
            "https:\/\/moonpay.secoda.co\/*",
            "https:\/\/secoda.private.paystack.co\/*",
            "https:\/\/iqvia-mai.secoda.co\/*",
            "https:\/\/secoda.data.tgtg.ninja\/*",
            "https:\/\/secoda.dailypay.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.94c45f64.svg",
                "contents.9dca99d2.svg",
                "contents.26cc0734.svg",
                "contents.9c7a3e2a.svg"
            ]
        }
    ]
}