Sapiengraph - Fresh B2B Data in Sheets

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

Cos'è Sapiengraph - Fresh B2B Data in Sheets?

Sapiengraph - Fresh B2B Data in Sheets è un'estensione di Chrome sviluppata da sapiengraph.dev, e la sua funzione principale è "Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sapiengraph - Fresh B2B Data in Sheets

Scarica i file di estensione Sapiengraph - Fresh B2B Data in Sheets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sapiengraph - Fresh B2B Data in Sheets Sapiengraph - Fresh B2B Data in Sheets
ID kifmbalmiephemignphdmcjdlhpbgpdi
URL Ufficiale https://chromewebstore.google.com/detail/sapiengraph-fresh-b2b-dat/kifmbalmiephemignphdmcjdlhpbgpdi
Descrizione Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets.
Dimensione del File 3.01 MB
Conteggio Installazioni 185
Versione Corrente 4.2.7
Ultimo Aggiornamento 2024-02-08
Data di Pubblicazione 2023-05-31
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore sapiengraph.dev
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://sapiengraph.com
URL della Pagina della Politica sulla Privacy https://sapiengraph.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}