Notion API Connector
Connect and import data from any API to Notion
什么是Notion API Connector?
Notion API Connector是由https://notionapiconnector.com开发的Chrome扩展程序,该扩展的主要功能是“Connect and import data from any API to Notion”。
扩展截图
下载Notion API Connector扩展crx文件
下载Notion API Connector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Notion Api Connector is a powerful, easy-to-use extension that pulls data from any API into Notion. Create your own custom connections by running custom REST API endpoints.
Notion Api Connector supports the following HTTP methods: GET, POST, PUT, PATCH, and DELETE. You can add headers and request body parameters as JSON, form-data, or x-www-form-urlencoded.
Preview API responses in an easy-to-read tabular format and refine your data import to ensure that only the most relevant information is transferred to Notion. 扩展基本信息
| 名称 | |
| ID | bafkcebllidammdngjlpcgnoodkappdg |
| 官方URL | https://chromewebstore.google.com/detail/notion-api-connector/bafkcebllidammdngjlpcgnoodkappdg |
| 简介 | Connect and import data from any API to Notion |
| 文件大小 | 1.32 MB |
| 安装次数 | 391 |
| 当前版本 | 1.0.11 |
| 更新时间 | 2024-02-15 |
| 上架时间 | 2023-05-15 |
| 开发者 | https://notionapiconnector.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://notionapiconnector.com |
| 帮助页面URL | https://notionapiconnector.com/contact |
| 隐私政策页面URL | https://salesforcetonotion.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Notion API Connector",
"description": "Connect and import data from any API to Notion",
"version": "1.0.11",
"action": {
"default_title": "Notion API Connector",
"default_popup": "icon-popup.html"
},
"icons": {
"16": "src\/assets\/logo_white_bcg_16.png",
"32": "src\/assets\/logo_white_bcg_32.png",
"48": "src\/assets\/logo_white_bcg_48.png",
"128": "src\/assets\/logo_white_bcg_128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader.385dfc85.js"
],
"matches": [
"https:\/\/www.notion.so\/*"
],
"css": [
"assets\/main.42c6f085.css"
]
}
],
"permissions": [
"identity",
"storage"
],
"host_permissions": [
"https:\/\/api.notionapiconnector.com\/*",
"https:\/\/api.notion.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.notion.so\/*"
],
"resources": [
"assets\/api.5957c53d.js",
"assets\/main.tsx.d2ea31a9.js"
],
"use_dynamic_url": true
}
]
} | |