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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Notion API Connector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Notion API Connector Notion API Connector
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
        }
    ]
}