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.”。
擴展截圖
下載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 |
ID | kifmbalmiephemignphdmcjdlhpbgpdi |
官方網址 | 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": [ " |