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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sapiengraph.dev และคุณลักษณะหลักของมันคือ "Enhance your data analysis and decision-making with Sapiengraph, a data enrichment tool for Google Sheets."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sapiengraph - Fresh B2B Data in Sheets
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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": [ " |