Sapiengraph - Fresh B2B Data in Sheets

Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets.

Sapiengraph - Fresh B2B Data in Sheetsとは何ですか?

Sapiengraph - Fresh B2B Data in Sheetsはsapiengraph.devによって開発されたChromeの拡張機能で、その主な機能は「Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Sapiengraph - Fresh B2B Data in Sheets拡張機能のCRXファイルをダウンロード

Sapiengraph - Fresh B2B Data in Sheets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets. Easily pull rich data about people and businesses from public sources such as LinkedIn and Crunchbase directly into your spreadsheet. With the Sapiengraph Google Sheets add-on, access new formulas that can help you scale and automate your data-driven applications. Say goodbye to web scraping and data science teams, and say hello to a simpler, faster, and more effective way to enrich your data.                    

拡張機能の基本情報

名前 Sapiengraph - Fresh B2B Data in Sheets Sapiengraph - Fresh B2B Data in Sheets
ID kifmbalmiephemignphdmcjdlhpbgpdi
公式URL https://chromewebstore.google.com/detail/sapiengraph-fresh-b2b-dat/kifmbalmiephemignphdmcjdlhpbgpdi
説明 Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets.
ファイルサイズ 3.01 MB
インストール数 185
現在のバージョン 4.2.7
最終更新日 2024-02-08
公開日 2023-05-31
評価 5.00/5 合計 12 レビュー
開発者 sapiengraph.dev
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://sapiengraph.com
プライバシーポリシーページのURL https://sapiengraph.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "Proxycurl",
    "version": "4.2.7",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "24": "assets\/icons\/icon-24.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/docs.google.com\/spreadsheets\/*\/*",
        "*:\/\/sapiengraph.com\/*\/*"
    ],
    "options_ui": {
        "page": "options\/index.html"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "48": "assets\/icons\/icon-48.png"
        },
        "default_title": "Sapiengraph",
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content\/*",
                "options\/*",
                "popup\/*",
                "background\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}