Sapiengraph - Fresh B2B Data in Sheets

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

Qu'est-ce que Sapiengraph - Fresh B2B Data in Sheets ?

Sapiengraph - Fresh B2B Data in Sheets est une extension Chrome développée par sapiengraph.dev, et sa fonction principale est "Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sapiengraph - Fresh B2B Data in Sheets

Téléchargez les fichiers d'extension Sapiengraph - Fresh B2B Data in Sheets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sapiengraph - Fresh B2B Data in Sheets Sapiengraph - Fresh B2B Data in Sheets
ID kifmbalmiephemignphdmcjdlhpbgpdi
URL Officiel https://chromewebstore.google.com/detail/sapiengraph-fresh-b2b-dat/kifmbalmiephemignphdmcjdlhpbgpdi
Description Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets.
Taille du Fichier 3.01 MB
Nombre d'Installations 185
Version Actuelle 4.2.7
Dernière Mise à Jour 2024-02-08
Date de Publication 2023-05-31
Évaluation 5.00/5 Total 12 Évaluations
Développeur sapiengraph.dev
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://sapiengraph.com
URL de la Page de Politique de Confidentialité https://sapiengraph.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}