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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sapiengraph - Fresh B2B Data in Sheets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": [
                ""
            ]
        }
    ]
}