Clay for Chrome

Turn the entire internet into a data source and pull specific data points from any website straight into Clay.

Clay for Chrome란 무엇입니까?

Clay for Chrome은(는) https://clay.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn the entire internet into a data source and pull specific data points from any website straight into Clay."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Clay for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Clay Chrome Extension lets you scrape data from any webpage directly into Clay. 

For many websites, Clay automatically understands the page based on other peoples' mappings or our auto-detection. Anything we don't understand out of the box, you can select the data yourself in a few clicks and easily it right into the Clay sheet.

HOW IT WORKS
You can skip manual copy-pasting from online lists, or that same data you keep grabbing from company/people profile pages, and use our simple data selection tool to map and download the exact data points you need from any website using only a URL.

🤓 Find auto-detected lists. See a list you like on a website? Pop open the extension to check if it's been auto-detected, and add it to Clay.

🧐 Map your own lists. If a list isn't detected or you want to pull in a few more attributes, map your own lists and add it as new leads in Clay.

😲 Map page recipes. Instead of manually copy-pasting the same data from similarly structured pages into your table, pull important attributes from any website into Clay using just a URL.

Take a peek at our more extensive guide to the Chrome Extension in the Clay Library right here: https://docs.clay.com/how-to-use-clay/chrome-extension

ABOUT CLAY
We believe identifying prospects is an art, and growing users and community is a skill, but the manual searching, collecting and filling out of row after row with the same data is a waste of your team's time. So, we built the world's first spreadsheet that fills itself to help automate your sales, marketing, or recruiting.

Every company is unique in identifying and understanding their ideal customer (it's the special sauce). Clay connects to third party APIs, enrichment providers, and your internal tools to help you setup flexible, extensible workflows that pull in exactly the data you care about, automatically.                    

확장 프로그램 기본 정보

이름 Clay for Chrome Clay for Chrome
ID acmfklpkefjlldbkdgmjoiknfgidadoh
공식 URL https://chromewebstore.google.com/detail/clay-for-chrome/acmfklpkefjlldbkdgmjoiknfgidadoh
설명 Turn the entire internet into a data source and pull specific data points from any website straight into Clay.
파일 크기 3.83 MB
설치 횟수 5,000
현재 버전 0.74.1
최근 업데이트 2023-06-21
출시 날짜 2021-03-10
평점 5.00/5 총 5 개의 평점
개발자 https://clay.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://clay.com
도움말 페이지 URL https://www.clay.com/learn/clay-chrome-extension
개인정보 보호 정책 페이지 URL https://www.clay.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clay for Chrome",
    "short_name": "Clay for Chrome",
    "description": "Turn the entire internet into a data source and pull specific data points from any website straight into Clay.",
    "version": "0.74.1",
    "author": "Clay Labs Inc.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-DSIsCExSZLkD7zY9je1cC9P\/JB4+zj+5XpZal4pMux0='; object-src 'self'; frame-src 'self' https:\/\/*.netlify.app https:\/\/*.clay.run https:\/\/*.clay.com http:\/\/localhost:8090; report-uri 'https:\/\/o144832.ingest.sentry.io\/api\/5208547\/security\/?sentry_key=6ab7e7af908846ed9ea9e5d363869acc&sentry_environment=dev&sentry_release=0.16.1'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.clay.run\/*"
            ],
            "js": [
                "install-checker.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "assets\/img\/clay_16px.png",
        "32": "assets\/img\/clay_32px.png",
        "48": "assets\/img\/clay_48px.png",
        "128": "assets\/img\/clay_128px.png"
    },
    "web_accessible_resources": [
        "assets\/img\/clay_16px.png",
        "assets\/font\/circularstd-book.otf",
        "assets\/img\/*.svg",
        "assets\/img\/*.png",
        "assets\/img\/loading.webp",
        "popup.html",
        "google-analytics-bundle.js",
        "content.js"
    ],
    "browser_action": {
        "default_icon": "assets\/img\/clay_16px.png",
        "default_title": "Clay for Chrome"
    },
    "commands": {
        "activate-command-box": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Toggle feature foo"
        },
        "_execute_browser_action": {
            "description": "Open Clay extension sidebar"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "*:\/\/*\/*",
        "tabs",
        "notifications"
    ],
    "minimum_chrome_version": "76"
}