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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |